CertificateInformation.subjectDistinguishedName Property

Module: CertificateInformation

Type: string

Definition

The subject distinguished (DN) name of the certificate.

subject_distinguished_name: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetSubjectDistinguishedName (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * subjectDistinguishedName, int * subjectDistinguishedNameSize)

Returns

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