CertificateProperties.Thumbprint Property
Optional. Gets or sets the thumbprint of the certificate.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string Thumbprint { get; set; }
public:
property String^ Thumbprint {
String^ get();
void set(String^ value);
}
member Thumbprint : string with get, set
Public Property Thumbprint As String
Property Value
Type: System.String
See Also
CertificateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top