CertificateInformation.issuerCountry Property¶
Module: CertificateInformation
Type: string
Definition¶
The country (C) of the certificate issuer.
issuer_country: str
Exceptions
An error has occurred during Bioseal Library execution.
String get issuerCountry => getIssuerCountry();
Exceptions
An error has occurred during Bioseal Library execution.
public string issuerCountry
{
get => GetissuerCountry();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getIssuerCountry() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var issuerCountry: String
get {
return try! getIssuerCountry()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetIssuerCountry (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * issuerCountry, int * issuerCountrySize)
Returns