CertificateInformation.data Property¶
Module: CertificateInformation
Type: byte[]
Definition¶
The certificate data.
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