PasswordHasherOptions Class

Definition

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.

Applies to