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_CreateSymmetricContext CSSM_CSP_CreateSymmetricContext
go to next page: CSSM_CSP_GetLoginOwnerCSSM_CSP_GetLoginOwner
end of book navigation links


CSSM_CSP_GetLoginAcl
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_CSP_GetLoginAcl - Get description of CSP ACL entries (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_CSP_GetLoginAcl
(CSSM_CSP_HANDLE CSPHandle,
const CSSM_STRING *SelectionTag,
uint32 *NumberOfAclInfos,
CSSM_ACL_ENTRY_INFO_PTR *AclInfos)


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.
SelectionTag (input/optional)
 A CSSM_STRING value matching the user-defined tag value associated with one or more ACL entries controlling login sessions. To retrieve a description of all ACL entries controlling login sessions, this parameter must be NULL.
NumberOfAclInfos (output)
 The number of entries in the AclInfos array. If no ACL entry descriptions are returned, this value is zero.
AclInfos (output)
 An array of CSSM_ACL_ENTRY_INFO structures. The unique handle contained in this structure can be used during the current attach session and the current login session to reference specific ACL entries for editing. The structure is allocated by the service provider and must be released by the caller when the structure is no longer needed. If no ACL entry descriptions are returned, this value is NULL.


return to top DESCRIPTION  

This function returns a description of zero or more ACL entries managed by the CSP and used to control login sessions with the CSP. The optional input SelectionTag parameter restricts the returned descriptions to those ACL entries with a matching EntryTag value. If a SelectionTag value is specified and no matches are found, zero descriptions are returned. If no SelectionTag is specified, a description of all ACL entries used to control login sessions are returned by this function.

Each AclInfo structure contains:

The public ACL entry information returned by this function includes:


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_Login, CSSM_CSP_LoginAclCSSM_CSP_Logout


go to previous page: CSSM_CSP_CreateSymmetricContext CSSM_CSP_CreateSymmetricContext
go to next page: CSSM_CSP_GetLoginOwnerCSSM_CSP_GetLoginOwner