Click or drag to resize

UpstreamDeviceIdentityProviderSetLockout Method

Set the lockout status

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetLockout(
	string deviceName,
	bool lockoutState,
	IPrincipal principal
)

Parameters

deviceName  String
The name of the device
lockoutState  Boolean
The status of the lockout
principal  IPrincipal
The principal which is locking the device

Implements

IDeviceIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)
See Also