FirebaseAdmin.
Represents the SHA512 password hashing algorithm.
Summary
Can be used as an instance of UserImportHash when importing users.
Inheritance
Inherits from: FirebaseAdmin.Auth.Hash.RepeatableHash| Constructors and Destructors | |
|---|---|
| Sha512()Initializes a new instance of the Sha512 class.  | 
| Properties | |
|---|---|
| MaxRounds | override intGets the maximum number of rounds for a SHA512 hash, which is 8192.  | 
| MinRounds | override intGets the minimum number of rounds for a SHA512 hash, which is 1.  | 
Properties
MaxRounds
override int MaxRounds
Gets the maximum number of rounds for a SHA512 hash, which is 8192.
MinRounds
override int MinRounds
Gets the minimum number of rounds for a SHA512 hash, which is 1.
Public functions
Sha512
Sha512()
Initializes a new instance of the Sha512 class.
Defines the name of the hash to be equal to SHA512.