MessageCertificateX509.X509Certificate Property
Gets the certificate that is specified by Certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public X509Certificate2 X509Certificate { get; protected set; }
public:
property X509Certificate2^ X509Certificate {
X509Certificate2^ get();
protected: void set(X509Certificate2^ value);
}
Public Property X509Certificate As X509Certificate2
Get
Protected Set
End Property
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top