2 implementations of GetEphemeralModeHandle
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
271
SafeAlgorithmHandle ICngSymmetricAlgorithm.
GetEphemeralModeHandle
(CipherMode mode, int feedbackSizeInBits)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
233
SafeAlgorithmHandle ICngSymmetricAlgorithm.
GetEphemeralModeHandle
(CipherMode mode, int feedbackSizeInBits)
2 references to GetEphemeralModeHandle
System.Security.Cryptography (2)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
183
SafeAlgorithmHandle algorithmModeHandle = _outer.
GetEphemeralModeHandle
(mode, feedbackSizeInBits);
217
SafeAlgorithmHandle algorithmModeHandle = _outer.
GetEphemeralModeHandle
(mode, feedbackSizeInBits);