Certificate Info listing functions
Functions | |
CertIterator * | CryptPlug::startListCertificates (const char *pattern, int remote) |
Function Documentation
|
struct CertIterator* startListCertificates( const char* pattern ); struct CertificateInfo* nextCertificate( struct CertIterator* ); void endListCertificates( struct CertIterator* ); Example that runs through certs matching "Steffen":
Definition at line 1296 of file cryptplug.cpp. |