FirebaseAdmin.Auth.Hash.Bcrypt

Represents the Bcrypt password hashing algorithm.

Summary

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

Inheritance

Inherits from: FirebaseAdmin.Auth.UserImportHash

Constructors and Destructors

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

Protected functions

GetHashConfiguration()
virtual override IReadOnlyDictionary< string, object >
Returns an empty dictionary representing no options for the Bcrypt hashing algorithm.

Public functions

Bcrypt

 Bcrypt()

Initializes a new instance of the Bcrypt class.

Defines name to be equal to BCRYPT.

Protected functions

GetHashConfiguration

virtual override IReadOnlyDictionary< string, object > GetHashConfiguration()

Returns an empty dictionary representing no options for the Bcrypt hashing algorithm.

Details
Returns
Dictionary defining no options.