AuthenticationRequiredEventArgsPassword Property |
Gets the password as supplied by the browser.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Password { get; }
Public ReadOnly Property Password As String
Get
public:
property String^ Password {
String^ get ();
}
member Password : string with get
Property Value
Type:
StringSee Also