CertificateInformation.publicKey Property

Module: CertificateInformation

Type: byte[]

Definition

The certificate public key.

public_key: bytearray

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetPublicKey (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, unsigned char * publicKey, int * publicKeySize)

Returns

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