CertificateInformation.subjectCommonName Property

Module: CertificateInformation

Type: string

Definition

The subject common name (CN) from the certificate.

subject_common_name: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetSubjectCommonName (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * subjectCommonName, int * subjectCommonNameSize)

Returns

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