Modules | |
| Identities | |
| Credential sets and individual credentials | |
| Credential attribute types | |
| Credential attributes | |
| Credential types | |
| Generic access to buffer | |
Data Structures | |
| struct | tag_kcdb_credtype |
| Credential type descriptor. More... | |
Defines | |
| #define | KCDB_MAXCCH_SHORT_DESC 256 |
| Maximum length in characters of short description. | |
| #define | KCDB_MAXCB_SHORT_DESC (sizeof(wchar_t) * KCDB_MAXCCH_SHORT_DESC) |
| Maximum length in bytes of short description. | |
| #define | KCDB_MAXCCH_LONG_DESC 8192 |
| Maximum length in characters of long description. | |
| #define | KCDB_MAXCB_LONG_DESC (sizeof(wchar_t) * KCDB_MAXCCH_LONG_DESC) |
| Maximum length in characters of long description. | |
| #define | KCDB_MAXCCH_NAME 256 |
| Maximum length in characters of name. | |
| #define | KCDB_MAXCB_NAME (sizeof(wchar_t) * KCDB_MAXCCH_NAME) |
| Maximum length in bytes of short description. | |
| #define | KCDB_CBSIZE_AUTO (-1) |
| Automatically determine the number of bytes required. | |
| #define | KCDB_OP_INSERT 1 |
| #define | KCDB_OP_DELETE 2 |
| #define | KCDB_OP_MODIFY 3 |
| #define | KCDB_OP_ACTIVATE 4 |
| #define | KCDB_OP_DEACTIVATE 5 |
| #define | KCDB_OP_HIDE 6 |
| #define | KCDB_OP_UNHIDE 7 |
| #define | KCDB_OP_SETSEARCH 8 |
| #define | KCDB_OP_UNSETSEARCH 9 |
| #define | KCDB_OP_NEW_DEFAULT 10 |
| #define | KCDB_OP_DELCONFIG 11 |
| #define KCDB_CBSIZE_AUTO (-1) |
Automatically determine the number of bytes required.
Can be used in most places where a count of bytes is required. For many objects, the number of bytes that are required can be determined through context and may be ommited. In such cases you can use the KCDB_CBSIZE_AUTO value to specify that the function is to determine the size automatically.
| #define KCDB_MAXCB_LONG_DESC (sizeof(wchar_t) * KCDB_MAXCCH_LONG_DESC) |
Maximum length in characters of long description.
The length includes the terminating NULL character.
| #define KCDB_MAXCB_NAME (sizeof(wchar_t) * KCDB_MAXCCH_NAME) |
Maximum length in bytes of short description.
The length includes the terminating NULL character.
| #define KCDB_MAXCB_SHORT_DESC (sizeof(wchar_t) * KCDB_MAXCCH_SHORT_DESC) |
Maximum length in bytes of short description.
The length includes the terminating NULL character.
| #define KCDB_MAXCCH_LONG_DESC 8192 |
Maximum length in characters of long description.
The length includes the terminating NULL character.
| #define KCDB_MAXCCH_NAME 256 |
Maximum length in characters of name.
The length includes the terminating NULL character.
| #define KCDB_MAXCCH_SHORT_DESC 256 |
Maximum length in characters of short description.
The length includes the terminating NULL character.
|
Generated on Fri Aug 3 08:27:13 2007 for Network Identity Manager by Doxygen 1.5.2 © 2004-2007 Massachusetts Institute of Technology. © 2005-2007 Secure Endpoints Inc. Contact khimaira@mit.edu |
|