UserAuthentication.passwordHashAlgorithm Property¶
Module: UserAuthentication
Type: string
Definition¶
The hash algorithm used to protect the password value. Possible values are: Sha256, Sha384, Sha512.
password_hash_algorithm: str
Exceptions
An error has occurred during Bioseal Library execution.
String get passwordHashAlgorithm => getPasswordHashAlgorithm();
Exceptions
An error has occurred during Bioseal Library execution.
public string passwordHashAlgorithm
{
get => GetpasswordHashAlgorithm();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getPasswordHashAlgorithm() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var passwordHashAlgorithm: String
get {
return try! getPasswordHashAlgorithm()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealUserAuthentication_GetPasswordHashAlgorithm (ID3_BIOSEAL_USER_AUTHENTICATION hUserAuthentication, char * passwordHashAlgorithm, int * passwordHashAlgorithmSize)
Returns