CertificateCreateProperties.Thumbprint Propriedade
Opcional. Obtém ou define a impressão digital do certificado.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe CertificateCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo