 | UpstreamIdentityProviderChangePassword Method |
Change user password
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void ChangePassword(
string userName,
string newPassword,
IPrincipal principal,
bool force
)
Public Sub ChangePassword (
userName As String,
newPassword As String,
principal As IPrincipal,
force As Boolean
)
public:
virtual void ChangePassword(
String^ userName,
String^ newPassword,
IPrincipal^ principal,
bool force
) sealed
abstract ChangePassword :
userName : string *
newPassword : string *
principal : IPrincipal *
force : bool -> unit
override ChangePassword :
userName : string *
newPassword : string *
principal : IPrincipal *
force : bool -> unit 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