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

System.Security.Cryptography.RijndaelManaged.CreateEncryptor Method

Creates a symmetric Rijndael encryptor transform. [Edit]

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

Parameters

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

Returns

a System.Security.Cryptography.ICryptoTransform that is ready to be used to encrypt data. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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