Click or drag to resize

SQLiteDeviceIdentityProviderServiceSetLockout Method

Set the lockout of the specified object

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

Parameters

name
Type: SystemString

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

lockoutState
Type: SystemBoolean

[Missing <param name="lockoutState"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.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.SQLiteDeviceIdentityProviderService.SetLockout(System.String,System.Boolean,System.Security.Principal.IPrincipal)"]

Implements

IDeviceIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)
See Also