2 references to CreateDecryptor
System.Core (2)
System\Security\Cryptography\AesCryptoServiceProvider.cs (2)
151return CreateDecryptor(m_key, IVValue); 178return CreateDecryptor(importedKey, ivCopy);