Returns a raw byte data representation of the public key.
[Visual Basic] Overridable Public Function GetPublicKey() As Byte () [C#] public virtual byte[] GetPublicKey(); [C++] public: virtual unsigned char* GetPublicKey() []; [JScript] public function GetPublicKey() : Byte[];
Returns an array of bytes representing the public key.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace