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.GetPublicKeyString

Returns a hex string representation of the public key.

[Visual Basic]
Overridable Public Function GetPublicKeyString() As String
[C#]
public virtual string GetPublicKeyString();
[C++]
public: virtual String* GetPublicKeyString();
[JScript]
public function GetPublicKeyString() : String;

Return Value

Returns a String representing the public key of this certificate.

See Also

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