| SymmetricAlgorithm: CreateEncryptor |
Creates a new encryptor using the Triple Data Ecryption Standard algorithm.
Public Function CreateEncryptor( 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 SymmetricAlgorithm Overview SymmetricAlgorithm Properties SymmetricAlgorithm Methods CreateDecryptor Equals