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: CSSM_CSP_ChangeLoginAclCSSM_CSP_ChangeLoginAcl
go to next page: CSSM_CSP_CreateAsymmetricContextCSSM_CSP_CreateAsymmetricContext
end of book navigation links


CSSM_CSP_ChangeLoginOwner
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_CSP_ChangeLoginOwner - Define a new login owner (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_CSP_ChangeLoginOwner(CSSM_CSP_HANDLE CSPHandle,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  

CSPHandle (input)
 The module handle that identifies the CryptographicService Provider to perform this operation.
AccessCred (input)
 A pointer to the set of one or more credentialsused to prove the caller is the current login owner. Required credentialscan include zero or more certificates, zero or more caller names, andone or more samples. If certificates and/or caller names are providedas input, these must be provided as immediate values in this structure.The samples can be provided as immediate values or can be obtainedthrough a callback function included in the AccessCred structure.
NewOwner (Input)
 A CSSM_ACL_OWNER_PROTOTYPE defining the new loginowner.


return to top DESCRIPTION  

This function takes a CSSM_ACL_OWNER_PROTOTYPE describingthe new login owner.


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.

None specific to this call.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_CSP_GetLoginOwner


go to previous page: CSSM_CSP_ChangeLoginAclCSSM_CSP_ChangeLoginAcl
go to next page: CSSM_CSP_CreateAsymmetricContextCSSM_CSP_CreateAsymmetricContext