3 references to SetChainingMode
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\CachedAlgorithmHandles.cs (1)
51
algHandle.
SetChainingMode
(chainingMode);
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
127
algorithmHandle.
SetChainingMode
(Constants.BCRYPT_CHAIN_MODE_CBC);
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
93
algorithmHandle.
SetChainingMode
(Constants.BCRYPT_CHAIN_MODE_GCM);