#include <IPKIFCAPISource.h>
TSP-enforcing: No
Definition at line 26 of file IPKIFCAPISource.h.
Public Member Functions | |
IPKIFCAPISource (int sysStoRegLoc, const char *store) | |
~IPKIFCAPISource () | |
int | GetRegLoc () |
const char * | GetStore () |
IPKIFCAPISource::IPKIFCAPISource | ( | int | sysStoRegLoc, | |
const char * | store | |||
) |
Interface: External
Default constructor
Definition at line 18 of file IPKIFCAPISource.cpp.
IPKIFCAPISource::~IPKIFCAPISource | ( | ) |
Interface: External
Default destructor
Definition at line 39 of file IPKIFCAPISource.cpp.
int IPKIFCAPISource::GetRegLoc | ( | ) |
Interface: External
This function returns the registry location for the CAPI source. Typically, the value returned is either CERT_SYSTEM_STORE_CURRENT_USER or CERT_SYSTEM_STORE_LOCAL_MACHINE.
Definition at line 51 of file IPKIFCAPISource.cpp.
const char * IPKIFCAPISource::GetStore | ( | ) |
Interface: External
This fucnction retrives CAPI store name
Definition at line 62 of file IPKIFCAPISource.cpp.