MessageCertificateX509.Thumbprint Property
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