Click or drag to resize

UpstreamIdentityProviderChangePassword Method

Change user password

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

Parameters

userName  String
The username of the user to update
newPassword  String
The new password for the user.
principal  IPrincipal
The principal responsible for the password change. This principal is checked for permission to change passwords.
force  Boolean

[Missing <param name="force"/> documentation for "M:SanteDB.Client.Upstream.Security.UpstreamIdentityProvider.ChangePassword(System.String,System.String,System.Security.Principal.IPrincipal,System.Boolean)"]

Implements

IIdentityProviderServiceChangePassword(String, String, IPrincipal, Boolean)
See Also