ServiceCertificateCreateParameters.Password Property

 

Gets or sets the password for the certificate.

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

Syntax

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

Property Value

Type: System.String

The password.

Remarks

A .cer certificate does not require a password.

See Also

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

Return to top