DESCryptoServiceProvider.CreateEncryptor Method
.NET Framework 4
Creates a symmetric Data Encryption Standard (DES) encryptor object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateEncryptor() | Creates a symmetric encryptor object with the current Key property and initialization vector (IV). (Inherited from SymmetricAlgorithm.) |
|
CreateEncryptor(Byte[], Byte[]) | Creates a symmetric Data Encryption Standard (DES) encryptor object with the specified key (Key) and initialization vector (IV). (Overrides SymmetricAlgorithm.CreateEncryptor(Byte[], Byte[]).) |