ClientCertAuthentication.Password Propriedade
Opcional. Obtém ou define a senha.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe ClientCertAuthentication
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo