IEncryptionHandler.Decrypt Method

TG.INI

IEncryptionHandlerDecrypt Method

Decrypts a byte array to a byte array.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
byte[] Decrypt(
	byte[] bytes
)
Function Decrypt ( 
	bytes As Byte()
) As Byte()
array<unsigned char>^ Decrypt(
	array<unsigned char>^ bytes
)
abstract Decrypt : 
        bytes : byte[] -> byte[] 

Parameters

bytes
Type: SystemByte
A byte array to decrypt.

Return Value

Type: Byte
Unencrypted byte array.
See Also