Decrypts the byte data in memory.
Syntax
object.DecryptByteData(Key)
The DecryptByteData method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
Key | Required. Specifies the password to decrypt the byte data with. |
Remarks
The DecryptByteData method takes a string (Key), and decrypts the byte data stored in memory.