Pbkdf2Provider
Allow utilizing an alternative PBKDF2 implementation.
Assembly: ServiceStack.dll
View Source
Declaration
public static class Pbkdf2Provider
Properties
DeriveKey
The PBKDF2 strategy PasswordHasher implementation that's used for hashing PBKDF2 passwords.
View Source
Declaration
public static Pbkdf2DeriveKeyDelegate DeriveKey { get; set; }