skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: DL_ChangeDbAclDL_ChangeDbAcl
go to next page: DL_CreateRelationDL_CreateRelation
end of book navigation links


DL_ChangeDbOwner
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_ChangeDbOwner: CSSM_DL_ChangeDbOwner - Define a new data base owner (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_DL_ChangeDbOwner(CSSM_DL_DB_HANDLE DLDBHandle,const CSSM_ACCESS_CREDENTIALS *AccessCred,const CSSM_ACL_OWNER_PROTOTYPE *NewOwner)SPI:CSSM_RETURN CSSMDLI DL_ChangeDbOwner(CSSM_DL_DB_HANDLE DLDBHandle,const CSSM_ACCESS_CREDENTIALS *AccessCred,const CSSM_ACL_OWNER_PROTOTYPE *NewOwner)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

DLDBHandle (input)
 The handle pair that describes the data storagelibrary module to be used to perform this function, and the opendata store whose associated Owner is to be updated.
AccessCred (input)
 A pointer to the set of one or more credentialsused to prove the caller is the current Owner of the Data Base.Required credentials can include zero or more certificates, zeroor more caller names, and one or more samples. If certificates and/orcaller names are provided as input these must be provided as immediatevalues in this structure. The samples can be provided as immediatevalues or can be obtained through a callback function included inthe AccessCred structure.
NewOwner (input)
 A CSSM_ACL_OWNER_PROTOTYPE definingthe new Owner of the Data Base.


return to top DESCRIPTION  

This function takes a CSSM_ACL_OWNER_PROTOTYPE definingthe new Owner of the Data Base.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_DL_INVALID_DB_HANDLECSSMERR_DL_INVALID_NEW_OWNER


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_DL_GetDbOwner

Functions for the DL SPI:

DL_GetDbOwner


go to previous page: DL_ChangeDbAclDL_ChangeDbAcl
go to next page: DL_CreateRelationDL_CreateRelation