| ISecurityChallengeServiceRemove Method |
Removes or clears the specified challenge
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax void Remove(
string userName,
Guid challengeKey,
IPrincipal principal
)
Sub Remove (
userName As String,
challengeKey As Guid,
principal As IPrincipal
)
void Remove(
String^ userName,
Guid challengeKey,
IPrincipal^ principal
)
abstract Remove :
userName : string *
challengeKey : Guid *
principal : IPrincipal -> unit
Parameters
- userName
- Type: SystemString
The user towhich the challenge applies - challengeKey
- Type: SystemGuid
The key of the challenge question - principal
- Type: System.Security.PrincipalIPrincipal
The principal that is setting this response
See Also