SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.CreateDecryptor Method

[This is preliminary documentation and subject to change.]

Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).

public override ICryptoTransform CreateDecryptor(Byte[],Byte[]);

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace