| DES: CreateDecryptor |
Creates a new decryptor using the Data Encryption Standard algorithm.
Public Function CreateDecryptor( Optional ByRef RgbKey As Variant, Optional ByRef RgbIV As Variant ) As ICryptoTransform
Though both parameters are optional, if only one parameter is supplied, an exception will be thrown.
Project VBCorLib Overview Class DES Overview DES Properties DES Methods Clear CreateEncryptor