CertificateExtension.oid Property¶
Module: CertificateExtension
Type: string
Definition¶
The OID of the certificate extension.
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