Compartilhar via


ClientCertAuthentication.CertificateThumbprint Propriedade

 

Opcional. Obtém ou define a impressão digital do certificado.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public string CertificateThumbprint { get; set; }
public:
property String^ CertificateThumbprint {
    String^ get();
    void set(String^ value);
}
member CertificateThumbprint : string with get, set
Public Property CertificateThumbprint As String

Valor de propriedade

Type: System.String

Consulte também

Classe ClientCertAuthentication
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo