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

Returns a hex string representation of the serial number.

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

Return Value

Returns a hex String that represents the serial number of this certificate.

See Also

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