Share via


ClientCertAuthentication.Password Property

 

Optional. Gets or sets the password.

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

See Also

ClientCertAuthentication Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top