This topic has not yet been rated - Rate this topic

DESCryptoServiceProvider.CreateEncryptor Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.