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)
Syntaxpublic 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