Click or drag to resize

SQLiteSecurityChallengeServiceRemove Method

Remove the specified challenge key from the user

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

Parameters

userName
Type: SystemString

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

challengeKey
Type: SystemGuid

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

principal
Type: System.Security.PrincipalIPrincipal

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

Implements

ISecurityChallengeServiceRemove(String, Guid, IPrincipal)
See Also