#include <CryptObjects.h>
Public Member Functions | |
| CCryptDataBlob () | |
| Constructs an empty blob. | |
| ~CCryptDataBlob () | |
| Tidy up, freeing the encapsuated blob. | |
| void | Free () |
| Free the encapsuated blob. | |
Will use LocalFree on the encapsulated pbData pointer if non-null, don't use if you don't want this behaviour!
1.3.9.1