Click or drag to resize

OrganisationUnitManagerChangeOrganisationUnitPassword Method

Changes the password of the user with the given ID.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task ChangeOrganisationUnitPassword(
	Guid userId,
	byte[] oldHash,
	byte[] newHash,
	byte[] newSalt,
	byte[] newEncryptedPrivateKey
)

Parameters

userId
Type: SystemGuid
oldHash
Type: SystemByte
newHash
Type: SystemByte
newSalt
Type: SystemByte
newEncryptedPrivateKey
Type: SystemByte

Return Value

Type: Task
See Also