Mono Class Library: System.Security.Cryptography.RijndaelManaged Overview | Members

System.Security.Cryptography.RijndaelManaged.CreateDecryptor Method

Creates a symmetric Rijndael decryptor transform.

public override ICryptoTransform CreateDecryptor (byte[] rgbKey, byte[] rgbIV)

Parameters

rgbKey
Secret key to be used for the decryption transform.
rgbIV
Initialization Vector (IV) to be used by the decryption transform.

Returns

a System.Security.Cryptography.ICryptoTransform that is ready to be used to decrypt data.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0