Compartilhar via


Propriedade HostedServiceGetExtensionResponse.ThumbprintAlgorithm

Gets or sets the thumbprint algorithm of the certificate that is used to encrypt the configuration that is specified in PrivateConfiguration.

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

Uso

'Uso
Dim instance As HostedServiceGetExtensionResponse
Dim value As String

value = instance.ThumbprintAlgorithm

instance.ThumbprintAlgorithm = value

Sintaxe

'Declaração
Public Property ThumbprintAlgorithm As String
public string ThumbprintAlgorithm { get; set; }
public:
property String^ ThumbprintAlgorithm {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ThumbprintAlgorithm ()

/** @property */
public void set_ThumbprintAlgorithm (String value)
public function get ThumbprintAlgorithm () : String

public function set ThumbprintAlgorithm (value : String)

Valor da Propriedade

The thumbprint algorithm.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe HostedServiceGetExtensionResponse
Membros HostedServiceGetExtensionResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models