Mono Class Library: System.Security.Cryptography.SymmetricAlgorithm Overview | MembersSystem.Security.Cryptography.SymmetricAlgorithm.CreateEncryptor Overloads |
The overloads of CreateEncryptor are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
CreateEncryptor() : ICryptoTransform Gets an Encryptor transform object to work with a CryptoStream. abstractCreateEncryptor(byte[], byte[]) : ICryptoTransform Gets an Encryptor transform object to work with a CryptoStream.