Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel. More...
#include <Schannel.hpp>
Public Member Functions | |
| tstring | getCertificateName () |
| Gets the name of the certificate. | |
| tstring | getIssuerName () |
| Gets the name of the issuer of the certificate. | |
| void | exportToPfx (const std::string &pfxFilePath) |
| Exports the certificate in PFX format, to the given file path. | |
| Win32CertificatePtr | findRootCertificate (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore) |
Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel.
| Win32CertificatePtr RCF::Win32Certificate::findRootCertificate | ( | Win32CertificateLocation | certStoreLocation, |
| Win32CertificateStore | certStore | ||
| ) |
Attempts to locate a root certificate for this certificate, in the given certificate store. Returns the root certificate if found, and otherwise null.
1.8.3.1