2 references to CreateDecryptor
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
109return _core.CreateDecryptor(rgbKey, rgbIV);
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
77return _core.CreateDecryptor(rgbKey, rgbIV);