[[["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.Sha512\n\nRepresents the SHA512 password hashing algorithm.\n\nSummary\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\nInheritanceInherits from: [FirebaseAdmin.Auth.Hash.RepeatableHash](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/repeatable-hash)\n\nProperties \n\nMaxRounds \n\n```text\noverride int MaxRounds\n``` \nGets the maximum number of rounds for a SHA512 hash, which is 8192. \n\nMinRounds \n\n```text\noverride int MinRounds\n``` \nGets the minimum number of rounds for a SHA512 hash, which is 1.\n\nPublic functions \n\nSha512 \n\n```text\n Sha512()\n``` \nInitializes a new instance of the [Sha512](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/sha512#class_firebase_admin_1_1_auth_1_1_hash_1_1_sha512) class.\n\nDefines the name of the hash to be equal to SHA512."]]