This topic has not yet been rated - Rate this topic

AesManaged.CreateDecryptor Method (Byte[], Byte[])

Creates a symmetric decryptor object using the specified key and initialization vector (IV).

Namespace:  System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)
public override ICryptoTransform CreateDecryptor(
	byte[] key,
	byte[] iv
)

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.

Return Value

Type: System.Security.Cryptography.ICryptoTransform
A symmetric decryptor object.
Exception Condition
ArgumentNullException

key is null.

ArgumentException

The initialization vector iv is an invalid size.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ