DESCryptoServiceProvider.CreateEncryptor Method
.NET Framework 1.1
Creates a symmetric Data Encryption Standard (DES) encryptor object.
Overload List
Creates a symmetric Data Encryption Standard (DES) encryptor object with the specified Key and initialization vector (IV).
[Visual Basic] Overloads Overrides Public Function CreateEncryptor(Byte(), Byte()) As ICryptoTransform
[C#] public override ICryptoTransform CreateEncryptor(byte[], byte[]);
[C++] public: ICryptoTransform* CreateEncryptor(unsigned char __gc[], unsigned char __gc[]);
[JScript] public override function CreateEncryptor(Byte[], Byte[]) : ICryptoTransform;
Inherited from SymmetricAlgorithm.
[Visual Basic] Overloads Public Overridable Function CreateEncryptor() As ICryptoTransform
[C#] public virtual ICryptoTransform CreateEncryptor();
[C++] public: virtual ICryptoTransform* CreateEncryptor();
[JScript] public function CreateEncryptor() : ICryptoTransform;
See Also
DESCryptoServiceProvider Class | DESCryptoServiceProvider Members | System.Security.Cryptography Namespace