#include <XHCRYPTPROV.h>
Public Member Functions | |
XHCRYPTPROV () | |
Construct an unbound handle. | |
XHCRYPTPROV (HCRYPTPROV h) | |
Constructor taking ownership of an existing handle. | |
~XHCRYPTPROV () | |
Tidy up, closing the encapsulated handle. | |
void | Close () |
Close the encapsulated handle. | |
operator HCRYPTPROV () const | |
Extractor returning the encapsulated handle. | |
HCRYPTPROV * | operator & () |
Extractor returning the address of the encapsulated handle. | |
HCRYPTPROV | operator= (HCRYPTPROV h) |
Assign a new handle and take ownership of it. | |
HCRYPTPROV | Detach () |
Detach and return the encapsulated handle. |