3 references to Instance
Microsoft.AspNetCore.DataProtection (3)
Managed\AesGcmAuthenticatedEncryptor.cs (1)
66_genRandom = genRandom ?? ManagedGenRandomImpl.Instance;
Managed\ManagedAuthenticatedEncryptor.cs (1)
43_genRandom = genRandom ?? ManagedGenRandomImpl.Instance;
Secret.cs (1)
182return new Secret(ManagedGenRandomImpl.Instance.GenRandom(numBytes));