Click or drag to resize

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
)

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