Click or drag to resize

AdoIdentityProviderSetLockout Method

Set the lockout status of the user

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void SetLockout(
	string userName,
	bool lockout,
	IPrincipal principal
)

Parameters

userName  String
The user to set the lockout status for
lockout  Boolean
The lockout status
principal  IPrincipal
The principal which is performing the lockout

Implements

IIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)
See Also