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

Returns hex string representation of the data for this entire certificate.

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

Return Value

Returns the X509v3 certificate data represented as a hex String.

See Also

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