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.
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