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