Click or drag to resize

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
)

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