Click or drag to resize

SQLiteSecurityChallengeServiceGet Method (String, IPrincipal)

Gets the security challenges for the specified user

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

Parameters

userName
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: IEnumerableSecurityChallenge

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

Implements

ISecurityChallengeServiceGet(String, IPrincipal)
See Also