#include <PKIFCAPICryptContext2.h>


The constructor for this class is declared private. Only compatible instantiations of CPKIFCAPI2 can create CPKIFCAPICryptContext2 objects.
See the Performing Symmetric Key Operations sample.
TSP-enforcing: No
Definition at line 35 of file PKIFCAPICryptContext2.h.
Public Member Functions | |
| virtual | ~CPKIFCAPICryptContext2 (void) |
| CPKIFCredentialPtr | GetCredential () |
Friends | |
| class | CPKIFCAPI2 |
| class | CPKIFCNGCAPI |
| CPKIFCAPICryptContext2::~CPKIFCAPICryptContext2 | ( | void | ) | [virtual] |
Interface: External This function destroys instances of CPKIFCAPIRawContext
Definition at line 54 of file PKIFCAPICryptContext2.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_CRYPTO_MISC.
| CPKIFCredentialPtr CPKIFCAPICryptContext2::GetCredential | ( | ) | [virtual] |
Interface: External
The purpose of this function is to get a pointer to a CPKIFCredential object containing the associated credential
Implements IPKIFCryptContext.
Definition at line 81 of file PKIFCAPICryptContext2.cpp.
friend class CPKIFCAPI2 [friend] |
Definition at line 37 of file PKIFCAPICryptContext2.h.
friend class CPKIFCNGCAPI [friend] |
Definition at line 38 of file PKIFCAPICryptContext2.h.
1.5.6