Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the raw certificate (including the private key) in raw format.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected byte[] RawCertificate { get; private set; }
protected:
property array<unsigned char>^ RawCertificate {
array<unsigned char>^ get();
private: void set(array<unsigned char>^ value);
}
Protected Property RawCertificate As Byte()
Get
Private Set
End Property
Property Value
Type: System.Byte[]
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top