Click or drag to resize

ISecurityChallengeServiceGet Method (String, IPrincipal)

Gets the challenges current registered for the user (not the answers)

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IEnumerable<SecurityChallenge> Get(
	string userName,
	IPrincipal principal
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.Core.Security.ISecurityChallengeService.Get(System.String,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.PrincipalIPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Core.Security.ISecurityChallengeService.Get(System.String,System.Security.Principal.IPrincipal)"]

Return Value

Type: IEnumerableSecurityChallenge

[Missing <returns> documentation for "M:SanteDB.Core.Security.ISecurityChallengeService.Get(System.String,System.Security.Principal.IPrincipal)"]

See Also