CertificateInformation.issuerDistinguishedName Property

Module: CertificateInformation

Type: string

Definition

The distinguished name (DN) of the certificate issuer.

issuer_distinguished_name: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetIssuerDistinguishedName (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * issuerDistinguishedName, int * issuerDistinguishedNameSize)

Returns

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