|
CSSM_DeleteContextAttributes(3)
Contents |
CSSM_DeleteContextAttributes - Delete internal data (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_DeleteContextAttributes
(CSSM_CC_HANDLE CCHandle, uint32 NumberOfAttributes, const
CSSM_CONTEXT_ATTRIBUTE *ContextAttributes)
Common Security Services Manager library (libcssm.so)
The handle that describes a context that is to be deleted.
The number of attributes to be deleted as specified in the
array of context attributes. The attributes to be deleted
from the context. Only the attribute type is required. Any
attribute values in the CSSM_CONTEXT_ATTRIBUTE structures
are ignored.
This function deletes internal data associated with the
given attribute type of the context handle.
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 are described in the CDSA technical standard. See
CDSA_intro(3). CSSMERR_CSSM_INVALID_CONTEXT_HANDLE
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_GetContextAttributes(3), CSSM_UpdateContextAttributes(3)
CSSM_DeleteContextAttributes(3)
[ Back ] |