CSSM_DeleteContextAttributes
CSSM_RETURN CSSMAPI CSSM_DeleteContextAttributes
(CSSM_CC_HANDLE CCHandle,
uint32 NumberOfAttributes,
CSSM_CONTEXT_ATTRIBUTE_PTR ContextAttributes)
This function deletes internal data associated with given attribute type of the context handle.
- CCHandle (input)
The handle that describes a context that is to be deleted.
- NumberOfAttributes (input)
The number of attributes to be deleted as specified in the array of context attributes.
- ContextAttributes (input)
The attribute to be deleted from the context.
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__INVALID_POINTER
Invalid pointer to attributes.
CSSM_GetContextAttributes, CSSM_UpdateContextAttributes
Contents | Next section | Index |