| OAuthIdentityProviderAuthenticate Method (String, String) |
Authenticate the user
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public IPrincipal Authenticate(
string userName,
string password
)
Public Function Authenticate (
userName As String,
password As String
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
String^ password
) sealed
abstract Authenticate :
userName : string *
password : string -> IPrincipal
override Authenticate :
userName : string *
password : string -> IPrincipal
Parameters
- userName
- Type: SystemString
User name. - password
- Type: SystemString
Password.
Return Value
Type:
IPrincipal[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.Authenticate(System.String,System.String)"]
Implements
IIdentityProviderServiceAuthenticate(String, String)See Also