Skip to main content

Pbkdf2DeriveKeyDelegate

Assembly: ServiceStack.dll
View Source
Declaration
public delegate byte[] Pbkdf2DeriveKeyDelegate(string password, byte[] salt, KeyDerivationPrf prf, int iterationCount, int numBytesRequested);