CSSM_DeleteContext
CSSM_RETURN CSSMAPI CSSM_DeleteContext
(CSSM_CC_HANDLE CCHandle)
This function frees the context structure allocated by any of the CSSM_CreateXXXXXContext functions.
- CCHandle (input)
The handle that describes a context to be deleted.
A CSSM return value. This function returns CSSM_OK if successful, and returns an error code if an error has occurred.
- CSSM__INVALID_CONTEXT_HANDLE
Invalid context handle.
CSSM_CSP_CreateSymmetricContext, CSSM_CSP_CreateAsymmetricContext, CSSM_CSP_CreateKeyGenContext, CSSM_CSP_CreateDigestContext, CSSM_CSP_CreateSignatureContext, and others
Contents | Next section | Index |