[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Auth.Hash.RepeatableHash\n\nAn abstract [UserImportHash](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-import-hash#class_firebase_admin_1_1_auth_1_1_user_import_hash) implementation for specifying a `Rounds` count in a given range.\n\nSummary\n\nInheritanceInherits from: [FirebaseAdmin.Auth.UserImportHash](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-import-hash) \nDirect Known Subclasses:[FirebaseAdmin.Auth.Hash.Md5](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/md5), [FirebaseAdmin.Auth.Hash.Pbkdf2Sha256](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/pbkdf2-sha256), [FirebaseAdmin.Auth.Hash.PbkdfSha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/pbkdf-sha1), [FirebaseAdmin.Auth.Hash.Scrypt](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/scrypt), [FirebaseAdmin.Auth.Hash.Sha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha1), [FirebaseAdmin.Auth.Hash.Sha256](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha256), [FirebaseAdmin.Auth.Hash.Sha512](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha512)\n\nProperties \n\nMaxRounds \n\n```text\nabstract int MaxRounds\n``` \nGets the maximum number of rounds for that respective repeatable hash implementation. \n\nMinRounds \n\n```text\nabstract int MinRounds\n``` \nGets the minimum number of rounds for that respective repeatable hash implementation. \n\nRounds \n\n```text\nint Rounds\n``` \nGets or sets the number of rounds for the repeatable hash.\n\nProtected functions \n\nGetHashConfiguration \n\n```text\nvirtual override IReadOnlyDictionary\u003c string, object \u003e GetHashConfiguration()\n``` \nReturns a dictionary specifying the number of rounds the hashing algorithm was set to iterate over.\n\n\u003cbr /\u003e"]]