Click or drag to resize

UpstreamSecurityChallengeProviderRemove Method

Removes or clears the specified challenge

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void Remove(
	string userName,
	Guid challengeKey,
	IPrincipal principal
)

Parameters

userName  String
The user towhich the challenge applies
challengeKey  Guid
The key of the challenge question
principal  IPrincipal
The principal that is setting this response

Implements

ISecurityChallengeServiceRemove(String, Guid, IPrincipal)
See Also