SymmetricAlgorithm: CreateDecryptor |
When implemented by a class, creates a symmetric decryptor object with the specified Key property and initialization vector (IV).
Public Function CreateDecryptor( Optional ByRef RgbKey As Variant, Optional ByRef RgbIV As Variant ) As ICryptoTransform
This method decrypts an encrypted message created using the CreateEncryptor with the same parameters.
Exception | Condition |
---|---|
ArgumentException | Only RgbKey or RgbIV was specified. |