MPCertificate.Certificate Property
Returns the blob as an X509 certificate. If the blob is invalid, the certificate is null.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public X509Certificate2 Certificate { get; }
public:
property X509Certificate2^ Certificate {
X509Certificate2^ get();
}
Public ReadOnly Property Certificate As X509Certificate2
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
See Also
MPCertificate Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top