IPinAuthenticationService Interface |
Namespace: SanteDB.DisconnectedClient.Security
The IPinAuthenticationService type exposes the following members.
Name | Description | |
---|---|---|
ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
AddClaim |
Adds a claim to the specified user account
(Inherited from IIdentityProviderService.) | |
Authenticate(String, String) |
Authenticate the user creating an identity
(Inherited from IIdentityProviderService.) | |
Authenticate(String, Byte) |
Authenticate with a numeric PIN
| |
Authenticate(String, String, String) |
Authenticate the user using two factor authentication
(Inherited from IIdentityProviderService.) | |
ChangePassword |
Change user password
(Inherited from IIdentityProviderService.) | |
ChangePin |
Change the user's PIN number
| |
CreateIdentity |
Create a basic identity in the provider
(Inherited from IIdentityProviderService.) | |
DeleteIdentity |
Delete an identity
(Inherited from IIdentityProviderService.) | |
GetIdentity(Guid) |
Retrieves an identity by the security identifier
(Inherited from IIdentityProviderService.) | |
GetIdentity(String) |
Retrieves an identity from the object
(Inherited from IIdentityProviderService.) | |
ReAuthenticate |
Perform a re-authentication of the principal
(Inherited from IIdentityProviderService.) | |
RemoveClaim |
Removes a claim from the specified user account
(Inherited from IIdentityProviderService.) | |
SetLockout |
Set lockout
(Inherited from IIdentityProviderService.) |
Name | Description | |
---|---|---|
Authenticated |
Fired after an authentication decision being made
(Inherited from IIdentityProviderService.) | |
Authenticating |
Fired prior to an authentication event
(Inherited from IIdentityProviderService.) |