Click or drag to resize

SQLiteIdentityServiceChangePassword Method

Change the user's password

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void ChangePassword(
	string userName,
	string password,
	IPrincipal principal
)

Parameters

userName
Type: SystemString
User name.
password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.ChangePassword(System.String,System.String,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.PrincipalIPrincipal
Principal.

Implements

IIdentityProviderServiceChangePassword(String, String, IPrincipal)
See Also