Click or drag to resize

SQLiteSecurityChallengeServiceSet Method

Set the specified security challenge

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void Set(
	string userName,
	Guid challengeKey,
	string response,
	IPrincipal principal
)

Parameters

userName
Type: SystemString

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

challengeKey
Type: SystemGuid

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

response
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Implements

ISecurityChallengeServiceSet(String, Guid, String, IPrincipal)
See Also