Remote Call Framework 3.4
RCF::StoreCertificate Class Reference

Represents a certificate in a Windows certificate store. More...

#include <Win32Certificate.hpp>

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

Public Member Functions

 StoreCertificate (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore, const tstring &certName)
 Loads a certificate from a certificate store. More...
 
void removeFromStore ()
 Removes the certificate from the store it was loaded from. More...
 
- Public Member Functions inherited from RCF::Win32Certificate
tstring getCertificateName ()
 Gets the name of the certificate. More...
 
tstring getIssuerName ()
 Gets the name of the issuer of the certificate. More...
 
void exportToPfx (const std::string &pfxFilePath)
 Exports the certificate in PFX format, to the given file path. More...
 
Win32CertificatePtr findRootCertificate (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore)
 

Detailed Description

Represents a certificate in a Windows certificate store.

Constructor & Destructor Documentation

◆ StoreCertificate()

RCF::StoreCertificate::StoreCertificate ( Win32CertificateLocation  certStoreLocation,
Win32CertificateStore  certStore,
const tstring &  certName 
)

Loads a certificate from a certificate store.

Member Function Documentation

◆ removeFromStore()

void RCF::StoreCertificate::removeFromStore ( )

Removes the certificate from the store it was loaded from.


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