ApplicationGatewayCertificate.Password Property
Optional. Certificate file password.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.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
ApplicationGatewayCertificate Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top