CertificateInformation.subjectCountry Property¶
Module: CertificateInformation
Type: string
Definition¶
The country (C) of the certificate subject.
subject_country: str
Exceptions
An error has occurred during Bioseal Library execution.
String get subjectCountry => getSubjectCountry();
Exceptions
An error has occurred during Bioseal Library execution.
public string subjectCountry
{
get => GetsubjectCountry();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getSubjectCountry() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var subjectCountry: String
get {
return try! getSubjectCountry()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetSubjectCountry (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, char * subjectCountry, int * subjectCountrySize)
Returns