Click or drag to resize

SQLiteSecurityChallengeServiceGet Method (Guid, 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(
	Guid key,
	IPrincipal principal
)

Parameters

key
Type: SystemGuid

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

principal
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: IEnumerableSecurityChallenge

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

Implements

ISecurityChallengeServiceGet(Guid, IPrincipal)
See Also