NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.GetPublicKey

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[];

Return Value

Returns an array of bytes representing the public key.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace