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)
182
return new Secret(ManagedGenRandomImpl.
Instance
.GenRandom(numBytes));