CertificateExtension.value Property

Module: CertificateExtension

Type: byte[]

Definition

A byte array that contains the value of the certificate extension.

value: bytearray

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateExtension_GetValue (ID3_BIOSEAL_CERTIFICATE_EXTENSION hCertificateExtension, unsigned char * value, int * valueSize)

Returns

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