IEncryptionHandler.Encrypt Method (Byte[])

TG.INI

IEncryptionHandlerEncrypt Method (Byte)

Encrypts 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[] Encrypt(
	byte[] bytes
)
Function Encrypt ( 
	bytes As Byte()
) As Byte()
array<unsigned char>^ Encrypt(
	array<unsigned char>^ bytes
)
abstract Encrypt : 
        bytes : byte[] -> byte[] 

Parameters

bytes
Type: SystemByte
A byte array to encrypt.

Return Value

Type: Byte
Encrypted byte array.
See Also