ReadCertificate Method
Loads a certificate from a file.
Syntax
int ReadCertificate(char* lpszFileName);
Remarks
This method will load a certificate from a file. The file contents can be encoded in base64 (PEM) or ASN (DER) format.
|
IP*Works! OpenPGP 2016 C++ Edition
Questions / Feedback?
ReadCertificate MethodLoads a certificate from a file. Syntaxint ReadCertificate(char* lpszFileName); RemarksThis method will load a certificate from a file. The file contents can be encoded in base64 (PEM) or ASN (DER) format. |
||