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)

public:
property String^ Password {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The password.

A .cer certificate does not require a password.

Return to top
Show: