CertificateExtension.oid Property

Module: CertificateExtension

Type: string

Definition

The OID of the certificate extension.

oid: str

Exceptions

An error has occurred during Bioseal Library execution.
String get oid => getOid();

Exceptions

An error has occurred during Bioseal Library execution.
public string oid
{
    get => Getoid();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getOid() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var oid: String
    get {
        return try! getOid()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateExtension_GetOid (ID3_BIOSEAL_CERTIFICATE_EXTENSION hCertificateExtension, char * oid, int * oidSize)

Returns

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