 | BridgedApplicationIdentityProviderSetLockout 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 applicationName,
bool lockoutState,
IPrincipal principal
)
Public Sub SetLockout (
applicationName As String,
lockoutState As Boolean,
principal As IPrincipal
)
public:
virtual void SetLockout(
String^ applicationName,
bool lockoutState,
IPrincipal^ principal
) sealed
abstract SetLockout :
applicationName : string *
lockoutState : bool *
principal : IPrincipal -> unit
override SetLockout :
applicationName : string *
lockoutState : bool *
principal : IPrincipal -> unit Parameters
- applicationName String
- The name of the device
- lockoutState Boolean
- The status of the lockout
- principal IPrincipal
- The principal which is locking the device
Implements
IApplicationIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)
See Also