Click or drag to resize

AdoIdentityProviderExpirePassword Method

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

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
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