Index
FAQ
What are the certificate interpretation procedures?
- First, get the certificate from the IC card (GetCertiicateFromGPKICard0).
- Convert certificate structure format (DecodeCertificate).
- Get out your information (refer to User Manual for related Functions).
- Clear the certificate structure internal information (CertBasicStructDestructor0)
How to get the last four digits of the certificate owner's ID card number? Please cite sample programs.
- First, get the certificate from the IC card (GetCertificateFromGPKICard0).
- Convert the certificate structure format (DecodeCertificate0).
- Get certificate information (GetCertInfo0).
- Get extension information (GetExtension0).
- Get sub-extension information (GetSubjectDirectoryAttributes0).
- Clear the certificate structure internal information (CertBasicStructDestructor0).
How to get certificate owner's email? Please cite sample programs.
- First, get the certificate from the IC card (GetCertificateFromGPKICard0).
- Convert the certificate structure format (DecodeCertificate0).
- Get certificate information (GetCertInfo0).
- Get extension information (GetExtension0).
- Get sub-extension information (GetSubjectDirectoryAttributes()).
- Clear the certificate structure internal information (CertBasicStructDestructor0).
How to get the Usage of the certificate? Please cite sample programs.
- First, get the certificate from the IC card (GetCertificateFromGPKICard()).
- Convert the certificate structure format (DecodeCertificate0).
- Get certificate information (GetCertInfo0).
- Get extension information (GetExtension0).
- Clear the certificate structure internal information (CertBasicStructDestructor0).