RCFProto
 All Classes Functions Typedefs
Public Member Functions | List of all members
RCF::Win32Certificate Class Reference

Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel. More...

#include <Win32Certificate.hpp>

Inheritance diagram for RCF::Win32Certificate:
RCF::Certificate RCF::Certificate RCF::PfxCertificate RCF::PfxCertificate RCF::StoreCertificate RCF::StoreCertificate

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)
 

Detailed Description

Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel.

Member Function Documentation

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.


The documentation for this class was generated from the following files: