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 thumbprint for use in cryptographic operations.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Thumbprint { get; protected set; }
public:
property String^ Thumbprint {
String^ get();
protected: void set(String^ value);
}
Public Property Thumbprint As String
Get
Protected Set
End Property
Property Value
Type: System.String
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top