ISecurityChallengeService Interface |
Namespace: SanteDB.Core.Security
The ISecurityChallengeService type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
| Name | Description | |
|---|---|---|
| Get(Guid, IPrincipal) |
Gets the challenges current registered for the user (not the answers)
| |
| Get(String, IPrincipal) |
Gets the challenges current registered for the user (not the answers)
| |
| Remove |
Removes or clears the specified challenge
| |
| Set |
Add a challenge to the current registered user
|