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