RoleEnvironmentCertificateChange.Thumbprint Property
Gets the thumbprint of the changed certificate.
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public string Thumbprint { get; internal set; }
public:
property String^ Thumbprint {
String^ get();
internal: void set(String^ value);
}
member Thumbprint : string with get, internal set
Public Property Thumbprint As String
Get
Friend Set
End Property
Property Value
Type: System.String
Type: System.String
A String that contains the thumbprint of the certificate.
See Also
RoleEnvironmentCertificateChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top