[[["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.PbkdfSha1 Class Reference\n\nFirebaseAdmin.Auth.Hash.PbkdfSha1\n=================================\n\nRepresents the PBKDF SHA1 password hashing algorithm.\n\nSummary\n-------\n\nCan be used as an instance of [UserImportHash](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-import-hash#class_firebase_admin_1_1_auth_1_1_user_import_hash) when importing users.\n\n### Inheritance\n\nInherits from: [FirebaseAdmin.Auth.Hash.RepeatableHash](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/repeatable-hash)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [PbkdfSha1](#class_firebase_admin_1_1_auth_1_1_hash_1_1_pbkdf_sha1_1a8c7f3fc250879ff70147462d11a43652)`()` Initializes a new instance of the [PbkdfSha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/pbkdf-sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_pbkdf_sha1) class. ||\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [MaxRounds](#class_firebase_admin_1_1_auth_1_1_hash_1_1_pbkdf_sha1_1a31ae3fbee61eaa4283acd00b6b0cef90) | `override int` Gets the maximum number of rounds for a Pbkdf [Sha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_sha1) hash, which is 120000. |\n| [MinRounds](#class_firebase_admin_1_1_auth_1_1_hash_1_1_pbkdf_sha1_1a21dc92e5fbba2b0e95da4748645bd088) | `override int` Gets the minimum number of rounds for a Pbkdf [Sha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_sha1) hash, which is 0. |\n\nProperties\n----------\n\n### MaxRounds\n\n```text\noverride int MaxRounds\n``` \nGets the maximum number of rounds for a Pbkdf [Sha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_sha1) hash, which is 120000. \n\n### MinRounds\n\n```text\noverride int MinRounds\n``` \nGets the minimum number of rounds for a Pbkdf [Sha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_sha1) hash, which is 0.\n\nPublic functions\n----------------\n\n### PbkdfSha1\n\n```text\n PbkdfSha1()\n``` \nInitializes a new instance of the [PbkdfSha1](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/pbkdf-sha1#class_firebase_admin_1_1_auth_1_1_hash_1_1_pbkdf_sha1) class.\n\nDefines the name of the hash to be equal to PBKDF_SHA1."]]