FirebaseAdmin.Auth.Hash.HmacMd5

Represents the HMAC MD5 password hashing algorithm.

Summary

Can be used as an instance of UserImportHash when importing users.

Inheritance

Inherits from: FirebaseAdmin.Auth.Hash.Hmac

Constructors and Destructors

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

Public functions

HmacMd5

 HmacMd5()

Initializes a new instance of the HmacMd5 class.

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