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