Click or drag to resize

SQLiteIdentityServiceSetLockout Method

Set the lockout

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void SetLockout(
	string userName,
	bool v,
	IPrincipal principal
)

Parameters

userName
Type: SystemString

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

v
Type: SystemBoolean

[Missing <param name="v"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.SetLockout(System.String,System.Boolean,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.PrincipalIPrincipal

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

Implements

IIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)
See Also