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