Property SaltSize
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
SaltSize
Gets or sets the salt length in bytes. Defaults to 16.
public int SaltSize { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is not between 1 and 64.