PasswordHasherOptions Třída

Definice

Určuje možnosti pro hashování hesel.

public ref class PasswordHasherOptions
public class PasswordHasherOptions
type PasswordHasherOptions = class
Public Class PasswordHasherOptions
Dědičnost
PasswordHasherOptions

Konstruktory

PasswordHasherOptions()

Vlastnosti

CompatibilityMode

Získá nebo nastaví režim kompatibility použitý při hashování hesel. Výchozí hodnota je ASP.NET Identity verze 3.

IterationCount

Získá nebo nastaví počet iterací používaných při hashování hesel pomocí PBKDF2. Výchozí hodnota je 100 000.

Platí pro