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