z/OS Open Cryptographic Services Facility Application Programming
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CSSM_DB_ACCESS_TYPE

z/OS Open Cryptographic Services Facility Application Programming
SC24-5899-01

This structure indicates a user's desired level of access to a data store.

typedef struct cssm_db_access_type {
    CSSM_BOOL ReadAccess;
    CSSM_BOOL WriteAccess;
    CSSM_BOOL PrivilegedMode; /* versus user mode */
    CSSM_BOOL Asynchronous; /* versus synchronous */
} CSSM_DB_ACCESS_TYPE, *CSSM_DB_ACCESS_TYPE_PTR;

Definitions:

ReadAccess
A Boolean indicating that the user requests read access.
WriteAccess
A Boolean indicating that the user requests write access.
PrivilegedMode
A Boolean indicating that the user requests privileged operations.
Asynchronous
A Boolean indicating that the user requests asynchronous access.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014