2 references to DecryptEcb
System.Security.Cryptography (2)
System\Security\Cryptography\Aes.cs (2)
323static (self, source, destination) => self.DecryptEcb(source, destination, PaddingMode.None)); 689static (instance, source, destination) => instance.DecryptEcb(source, destination, PaddingMode.None));