MessageCertificateX509.CertificateEncoded Property
Gets the complete certificate in blob format.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string CertificateEncoded { get; }
public:
property String^ CertificateEncoded {
String^ get();
}
Public ReadOnly Property CertificateEncoded As String
Property Value
Type: System.String
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top