| ISecurityChallengeServiceSet Method |
Add a challenge to the current registered user
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax void Set(
string userName,
Guid challengeKey,
string response,
IPrincipal principal
)
Sub Set (
userName As String,
challengeKey As Guid,
response As String,
principal As IPrincipal
)
void Set(
String^ userName,
Guid challengeKey,
String^ response,
IPrincipal^ principal
)
abstract Set :
userName : string *
challengeKey : Guid *
response : string *
principal : IPrincipal -> unit
Parameters
- userName
- Type: SystemString
The user the challenge is being added to - challengeKey
- Type: SystemGuid
The key of the challenge question - response
- Type: SystemString
The response for the challenge - principal
- Type: System.Security.PrincipalIPrincipal
The principal that is setting this response
See Also