OAuthGrantResourceOwnerCredentialsContext.Password Property
Resource owner password.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property Password As String
Get
Private Set
'Usage
Dim instance As OAuthGrantResourceOwnerCredentialsContext
Dim value As String
value = instance.Password
public string Password { get; private set; }
public:
property String^ Password {
String^ get ();
private: void set (String^ value);
}
member Password : string with get, private set
function get Password () : String
private function set Password (value : String)
Property Value
Type: System.String
Returns String.