AesManaged.CreateEncryptor Method (Byte[], Byte[])
Creates a symmetric encryptor object using the specified key and initialization vector (IV).
Namespace: System.Security.Cryptography
Assembly: System.Core (in System.Core.dll)
Parameters
- key
- Type: System.Byte[]
The secret key to use for the symmetric algorithm.
- iv
- Type: System.Byte[]
The initialization vector to use for the symmetric algorithm.
| Exception | Condition |
|---|---|
| ArgumentNullException |
key is null. |
| ArgumentException |
The initialization vector iv is an invalid size. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.