DecryptionArgs.inputData Property

Module: DecryptionArgs

Type: byte[]

Definition

The data to decrypt as a binary array.

input_data: bytearray

Exceptions

An error has occurred during Bioseal Library execution.
int get inputData => getInputData();

Exceptions

An error has occurred during Bioseal Library execution.
public byte[] inputData
{
    get => GetinputData();
}

Exceptions

An error has occurred during Bioseal Library execution.
public byte[] getInputData() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var inputData: UInt8
    get {
        return try! getInputData()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDecryptionArgs_GetInputData (ID3_BIOSEAL_DECRYPTION_ARGS hDecryptionArgs, unsigned char * inputData, int * inputDataSize)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.