Click or drag to resize

RemoteSecurityRepositoryChangePassword Method (Guid, String)

Change password for user

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityUser ChangePassword(
	Guid userId,
	string password
)

Parameters

userId
Type: SystemGuid

[Missing <param name="userId"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.ChangePassword(System.Guid,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.ChangePassword(System.Guid,System.String)"]

Return Value

Type: SecurityUser

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.ChangePassword(System.Guid,System.String)"]

Implements

ISecurityRepositoryServiceChangePassword(Guid, String)
See Also