| OAuthTokenRequestPassword Property |
Gets the password.
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
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:
StringThe password.
See Also