HostedServiceAddExtensionParameters.Thumbprint Property

 

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

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

Remarks

If this property is not specified, a certificate may be automatically generated and added to the cloud service.

See Also

HostedServiceAddExtensionParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top