Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.Hash.Md5
Represents the MD5 password hashing algorithm.
Summary
Can be used as an instance of UserImportHash when importing users.
Inheritance
Inherits from:
FirebaseAdmin.Auth.Hash.RepeatableHash
Constructors and Destructors
|
Md5()
Initializes a new instance of the Md5 class.
|
Properties
|
MaxRounds
|
override int
Gets the maximum number of rounds for an MD5 hash, which is 8192.
|
MinRounds
|
override int
Gets the minimum number of rounds for an MD5 hash, which is 0.
|
Properties
MaxRounds
override int MaxRounds
Gets the maximum number of rounds for an MD5 hash, which is 8192.
MinRounds
override int MinRounds
Gets the minimum number of rounds for an MD5 hash, which is 0.
Public functions
Md5
Md5()
Initializes a new instance of the Md5 class.
Defines the name of the hash to be equal to MD5.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Auth.Hash.Md5\n\nRepresents the MD5 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 an MD5 hash, which is 8192. \n\nMinRounds \n\n```text\noverride int MinRounds\n``` \nGets the minimum number of rounds for an MD5 hash, which is 0.\n\nPublic functions \n\nMd5 \n\n```text\n Md5()\n``` \nInitializes a new instance of the [Md5](/docs/reference/admin/dotnet/class/firebase-admin/auth/hash/md5#class_firebase_admin_1_1_auth_1_1_hash_1_1_md5) class.\n\nDefines the name of the hash to be equal to MD5."]]