Property RandomSource
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
RandomSource
Gets or sets the source of salts, IVs and the secret key, or null for the platform cryptographic RNG. Supply one only in tests.
public IRandomSource? RandomSource { get; set; }