Skip to content

Instantly share code, notes, and snippets.

@edamtoft
Created March 21, 2019 17:00
Show Gist options
  • Save edamtoft/35c10a8ff6972bba0e2eaca66be54263 to your computer and use it in GitHub Desktop.
Save edamtoft/35c10a8ff6972bba0e2eaca66be54263 to your computer and use it in GitHub Desktop.
public sealed class HashingOptions
{
public int Iterations { get; set; } = 10000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment