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

System.Security.Cryptography.RijndaelManaged.CreateEncryptor Method

Creates a symmetric Rijndael encryptor transform.

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

Parameters

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

Returns

a System.Security.Cryptography.ICryptoTransform that is ready to be used to encrypt 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