Click or drag to resize

IDeviceIdentityProviderServiceSetLockout Method

Set the lockout status

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void SetLockout(
	string deviceName,
	bool lockoutState,
	IPrincipal principal
)

Parameters

deviceName
Type: SystemString
The name of the device
lockoutState
Type: SystemBoolean
The status of the lockout
principal
Type: System.Security.PrincipalIPrincipal
The principal which is locking the device
See Also