EncryptionManagerCalculateUserAuthenticationHash Method |
Calculates the hash for the user to authenticate to the server.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntaxpublic byte[] CalculateUserAuthenticationHash(
byte[] password,
ref byte[] salt
)
Parameters
- password
- Type: SystemByte
The user password - salt
- Type: SystemByte
The salt of the user. null if a new salt should be created.
Return Value
Type:
Byte
See Also