| 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
)
Public Sub SetLockout (
name As String,
lockoutState As Boolean,
principal As IPrincipal
)
public:
virtual void SetLockout(
String^ name,
bool lockoutState,
IPrincipal^ principal
) sealed
abstract SetLockout :
name : string *
lockoutState : bool *
principal : IPrincipal -> unit
override SetLockout :
name : string *
lockoutState : bool *
principal : IPrincipal -> unit
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