 | UpstreamDeviceIdentityProviderSetLockout Method |
Set the lockout status
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void SetLockout(
string deviceName,
bool lockoutState,
IPrincipal principal
)
Public Sub SetLockout (
deviceName As String,
lockoutState As Boolean,
principal As IPrincipal
)
public:
virtual void SetLockout(
String^ deviceName,
bool lockoutState,
IPrincipal^ principal
) sealed
abstract SetLockout :
deviceName : string *
lockoutState : bool *
principal : IPrincipal -> unit
override SetLockout :
deviceName : string *
lockoutState : bool *
principal : IPrincipal -> unit 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