Sdílet prostřednictvím


WebSite.WebSiteHostNameSslState.Thumbprint Property

 

Gets or sets the thumbprint of the SSL certificate.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.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

The thumbprint.

See Also

WebSite.WebSiteHostNameSslState Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top