CertificateInformation.subjectOrganization Property

Module: CertificateInformation

Type: string

Definition

The organization (O) of the certificate subject.

subject_organization: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetSubjectOrganization (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * subjectOrganization, int * subjectOrganizationSize)

Returns

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