| OAuthIdentityProviderSetLockout Method |
Sets the user's lockout status
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public void SetLockout(
string userName,
bool locked,
IPrincipal principal
)
Public Sub SetLockout (
userName As String,
locked As Boolean,
principal As IPrincipal
)
public:
virtual void SetLockout(
String^ userName,
bool locked,
IPrincipal^ principal
) sealed
abstract SetLockout :
userName : string *
locked : bool *
principal : IPrincipal -> unit
override SetLockout :
userName : string *
locked : bool *
principal : IPrincipal -> unit
Parameters
- userName
- Type: SystemString
[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.SetLockout(System.String,System.Boolean,System.Security.Principal.IPrincipal)"]
- locked
- Type: SystemBoolean
[Missing <param name="locked"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.SetLockout(System.String,System.Boolean,System.Security.Principal.IPrincipal)"]
- principal
- Type: System.Security.PrincipalIPrincipal
[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.Security.OAuthIdentityProvider.SetLockout(System.String,System.Boolean,System.Security.Principal.IPrincipal)"]
Implements
IIdentityProviderServiceSetLockout(String, Boolean, IPrincipal)See Also