FirebaseAdmin.Auth.Hash.Hmac

Base class for Hmac type hashes.

Summary

Inheritance

Inherits from: FirebaseAdmin.Auth.UserImportHash
Direct Known Subclasses:FirebaseAdmin.Auth.Hash.HmacMd5, FirebaseAdmin.Auth.Hash.HmacSha1, FirebaseAdmin.Auth.Hash.HmacSha256, FirebaseAdmin.Auth.Hash.HmacSha512

Properties

Key
byte[]
Gets or sets the key for the hash.

Protected functions

GetHashConfiguration()
virtual override IReadOnlyDictionary< string, object >
Verifies that the is key non-empty or null and returns the options dictionary.

Properties

Key

byte[] Key

Gets or sets the key for the hash.

Protected functions

GetHashConfiguration

virtual override IReadOnlyDictionary< string, object > GetHashConfiguration()

Verifies that the is key non-empty or null and returns the options dictionary.

Details
Returns
Returns the dictionary containing an entry for the signing key.