CertificateInformation.data Property

Module: CertificateInformation

Type: byte[]

Definition

The certificate data.

data: bytearray

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetData (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, unsigned char * data, int * dataSize)

Returns

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