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 Functions API Functions
go to previous page: CSSM_CSP_GetLoginAcl CSSM_CSP_GetLoginAcl
go to next page: CSSM_CSP_LoginCSSM_CSP_Login
end of book navigation links


CSSM_CSP_GetLoginOwner
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_CSP_GetLoginOwner - Get login owner data (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_CSP_GetLoginOwner
(CSSM_CSP_HANDLE CSPHandle,
CSSM_ACL_OWNER_PROTOTYPE_PTR Owner)


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 Cryptographic Service Provider to perform this operation.
Owner (output)
 A CSSM_ACL_OWNER_PROTOTYPE describing the login owner.


return to top DESCRIPTION  

This function returns a CSSM_ACL_OWNER_PROTOTYPE describing the current login owner of the CSP.


return to top 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.


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_ChangeLoginOwner


go to previous page: CSSM_CSP_GetLoginAcl CSSM_CSP_GetLoginAcl
go to next page: CSSM_CSP_LoginCSSM_CSP_Login