1 instantiation of BCryptGenRandomImpl
Microsoft.AspNetCore.DataProtection (1)
Cng\BCryptGenRandomImpl.cs (1)
10public static readonly BCryptGenRandomImpl Instance = new BCryptGenRandomImpl();
3 references to BCryptGenRandomImpl
Microsoft.AspNetCore.DataProtection (3)
Cng\BCryptGenRandomImpl.cs (1)
10public static readonly BCryptGenRandomImpl Instance = new BCryptGenRandomImpl();
Cng\CbcAuthenticatedEncryptor.cs (1)
42_genRandom = genRandom ?? BCryptGenRandomImpl.Instance;
Cng\CngGcmAuthenticatedEncryptor.cs (1)
46_genRandom = genRandom ?? BCryptGenRandomImpl.Instance;