PasswordHasherOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for password hashing.
public ref class PasswordHasherOptions
public class PasswordHasherOptions
type PasswordHasherOptions = class
Public Class PasswordHasherOptions
- Inheritance
-
PasswordHasherOptions
Constructors
PasswordHasherOptions() |
Properties
CompatibilityMode |
Gets or sets the compatibility mode used when hashing passwords. Defaults to 'ASP.NET Identity version 3'. |
IterationCount |
Gets or sets the number of iterations used when hashing passwords using PBKDF2. Default is 100,000. |