OrganisationUnitManagerChangeOrganisationUnitPassword Method |
Changes the password of the user with the given ID.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.3.1.33994 (05.02.2026)+877276ecd19b420b1689117d76424351f3a6cb2b
Syntaxpublic Task ChangeOrganisationUnitPassword(
Guid userId,
byte[] oldHash,
byte[] newHash,
byte[] newSalt,
byte[] newEncryptedPrivateKey,
Nullable<MtoHashAlgorithm> hashAlgorithm
)
Parameters
- userId
- Type: SystemGuid
- oldHash
- Type: SystemByte
- newHash
- Type: SystemByte
- newSalt
- Type: SystemByte
- newEncryptedPrivateKey
- Type: SystemByte
- hashAlgorithm
- Type: SystemNullableMtoHashAlgorithm
Return Value
Type:
Task
See Also