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

System.Security.Cryptography.SymmetricAlgorithm.CreateDecryptor Overloads

The overloads of CreateDecryptor are listed below. For a list of all members, see the SymmetricAlgorithm Members list.

Public Methods

CreateDecryptor() : ICryptoTransform
Gets an Decryptor transform object to work with a CryptoStream.
abstract
CreateDecryptor(byte[], byte[]) : ICryptoTransform
Gets an Decryptor transform object to work with a CryptoStream.