FirebaseAdmin.Auth.Hash.Hmac

Base class forHmac 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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-03-24 UTC.