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

System.Security.Cryptography.SymmetricAlgorithm.CreateEncryptor Overloads

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

Public Methods

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