|
VMS Help CDSA, CDSA_API, CSSM DeleteContext *Conan The Librarian |
NAME
CSSM_DeleteContext - Free the context structure (CDSA)
SYNOPSIS
# include <cssm.h>
CSSM_RETURN CSSMAPI CSSM_DeleteContext
(CSSM_CC_HANDLE CCHandle)
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
CCHandle (input)
The handle that describes a context to be deleted.
DESCRIPTION
This function frees the context structure allocated by any of the
CSSM_Createxxxxx context functions.
RETURN VALUE
A CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition.
ERRORS
Errors are described in the CDSA technical standard. See CDSA.
CSSMERR_CSSM_INVALID_CONTEXT_HANDLE
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA)
Other Help Topics
Functions: CSSM_CSP_CreateAsymmetricContext
CSSM_CSP_CreateKeyGenContext
CSSM_CSP_CreateDigestContext
CSSM_CSP_CreateSignatureContext
CSSM_CSP_CreateSymmetricContext
|
|