Windows apps
Collapse the table of content
Expand the table of content

RawData Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the raw data of a certificate.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  System.Security (in System.Security.dll)

public:
property array<unsigned char>^ RawData {
	array<unsigned char>^ get ();
}

Property Value

Type: array<System..::..Byte>[]()[][]
The raw data of the certificate as a byte array.

Show:
© 2017 Microsoft