FirebaseAdmin.Auth.Hash.Md5

Represents the MD5 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

Md5()
Initializes a new instance of the Md5 class.

Properties

MaxRounds
override int
Gets the maximum number of rounds for an MD5 hash, which is 8192.
MinRounds
override int
Gets the minimum number of rounds for an MD5 hash, which is 0.

Properties

MaxRounds

override int MaxRounds

Gets the maximum number of rounds for an MD5 hash, which is 8192.

MinRounds

override int MinRounds

Gets the minimum number of rounds for an MD5 hash, which is 0.

Public functions

Md5

 Md5()

Initializes a new instance of the Md5 class.

Defines the name of the hash to be equal to MD5.