ICustomSecurityHandler.Encrypt

ICustomSecurityHandler.Encrypt method

Encrypt the data array.

public byte[] Encrypt(byte[] data, int objectNumber, int generation, byte[] key)
ParameterTypeDescription
dataByte[]Data to encrypt.
objectNumberInt32Number of the object containing the encrypted data.
generationInt32Generation of the object.
keyByte[]Key obtained by the CalculateEncryptionKey method

Return Value

The encrypted data.

See Also