4 overrides of TryDecryptEcbCore
System.Security.Cryptography (4)
System\Security\Cryptography\AesImplementation.cs (1)
95
protected override bool
TryDecryptEcbCore
(
System\Security\Cryptography\DesImplementation.cs (1)
96
protected override bool
TryDecryptEcbCore
(
System\Security\Cryptography\RC2Implementation.cs (1)
82
protected override bool
TryDecryptEcbCore
(
System\Security\Cryptography\TripleDesImplementation.cs (1)
93
protected override bool
TryDecryptEcbCore
(
7 references to TryDecryptEcbCore
System.Security.Cryptography (7)
System\Security\Cryptography\SymmetricAlgorithm.cs (7)
491
/// This method's behavior is defined by <see cref="
TryDecryptEcbCore
" />.
514
/// This method's behavior is defined by <see cref="
TryDecryptEcbCore
" />.
524
if (!
TryDecryptEcbCore
(ciphertext, decryptBuffer, paddingMode, out int written)
556
/// This method's behavior is defined by <see cref="
TryDecryptEcbCore
" />.
562
if (!
TryDecryptEcbCore
(ciphertext, destination, paddingMode, out int written))
585
/// This method's behavior is defined by <see cref="
TryDecryptEcbCore
" />.
590
return
TryDecryptEcbCore
(ciphertext, destination, paddingMode, out bytesWritten);