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

Returns the raw data for the entire certificate.

[Visual Basic]
Overridable Public Function GetRawCertData() As Byte ()
[C#]
public virtual byte[] GetRawCertData();
[C++]
public: virtual unsigned char* GetRawCertData() [];
[JScript]
public function GetRawCertData() : Byte[];

Return Value

Returns a byte array representing the X509v3 certificate data.

See Also

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