2 references to CreateEncryptor
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
120return _core.CreateEncryptor(rgbKey, rgbIV);
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
88return _core.CreateEncryptor(rgbKey, rgbIV);