DESCryptoServiceProvider.CreateEncryptor Method
.NET Framework 3.0
Creates a symmetric Data Encryption Standard (DES) encryptor object.
| Name | Description |
|---|---|
| DESCryptoServiceProvider.CreateEncryptor () | Creates a symmetric encryptor object with the current Key property and initialization vector (IV). |
| DESCryptoServiceProvider.CreateEncryptor (Byte[], Byte[]) | Creates a symmetric Data Encryption Standard (DES) encryptor object with the specified key (Key) and initialization vector (IV). Supported by the .NET Compact Framework. |