PasswordHasherOptions Class

Summary

Specifies options for password hashing.

Syntax

public class PasswordHasherOptions

GitHub

View on GitHub

class Microsoft.AspNet.Identity.PasswordHasherOptions

Properties

CompatibilityMode()

Gets or sets the compatibility mode used when hashing passwords.

Return type:Microsoft.AspNet.Identity.PasswordHasherCompatibilityMode
public PasswordHasherCompatibilityMode CompatibilityMode { get; set; }
IterationCount()

Gets or sets the number of iterations used when hashing passwords using PBKDF2.

Return type:System.Int32
public int IterationCount { get; set; }