Click or drag to resize

BridgedIdentityProviderExpirePassword Method

Indicates that the password for the userName should be immediately expired (user must change password at next login)

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void ExpirePassword(
	string userName,
	IPrincipal principal
)

Parameters

userName  String
The name of the user whos password is expired
principal  IPrincipal
Th pincipal under which the lockout is being set

Implements

IIdentityProviderServiceExpirePassword(String, IPrincipal)
See Also