1 reference to BCRYPT_CHAIN_MODE_GCM
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\CachedAlgorithmHandles.cs (1)
16
private static CachedAlgorithmInfo _aesGcm = new CachedAlgorithmInfo(() => GetAesAlgorithm(chainingMode: Constants.
BCRYPT_CHAIN_MODE_GCM
));