FirebaseAdmin. Auth. Hash. PbkdfSha1
Represents the PBKDF SHA1 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 |
|
---|---|
PbkdfSha1()
Initializes a new instance of the PbkdfSha1 class.
|
Properties |
|
---|---|
MaxRounds
|
override int
Gets the maximum number of rounds for a Pbkdf Sha1 hash, which is 120000.
|
MinRounds
|
override int
Gets the minimum number of rounds for a Pbkdf Sha1 hash, which is 0.
|
Properties
MaxRounds
override int MaxRounds
Gets the maximum number of rounds for a Pbkdf Sha1 hash, which is 120000.
MinRounds
override int MinRounds
Gets the minimum number of rounds for a Pbkdf Sha1 hash, which is 0.
Public functions
PbkdfSha1
PbkdfSha1()
Initializes a new instance of the PbkdfSha1 class.
Defines the name of the hash to be equal to PBKDF_SHA1.