 | AdoIdentityProviderSetLockout Method |
Set the lockout status of the user
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic void SetLockout(
string userName,
bool lockout,
IPrincipal principal
)
Public Sub SetLockout (
userName As String,
lockout As Boolean,
principal As IPrincipal
)
public:
virtual void SetLockout(
String^ userName,
bool lockout,
IPrincipal^ principal
) sealed
abstract SetLockout :
userName : string *
lockout : bool *
principal : IPrincipal -> unit
override SetLockout :
userName : string *
lockout : bool *
principal : IPrincipal -> unit 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