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