Gets the raw data of a certificate trust list.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] RawData { get; }
Public ReadOnly Property RawData As Byte()
Get
public:
property array<unsigned char>^ RawData {
array<unsigned char>^ get ();
}
member RawData : byte[] with get
Property Value
Type:
ByteSee Also