ICustomSecurityHandler.Decrypt

ICustomSecurityHandler.Decrypt method

Decrypt the data array.

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

Return Value

The decrypted data.

See Also