Sdílet prostřednictvím


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()

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

Vlastnosti

CompatibilityMode

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

IterationCount

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

Platí pro