#include <kcreddb.h>
Data Fields | |
| wchar_t * | name |
| khm_int32 | id |
| khm_int32 | alt_id |
| khm_int32 | flags |
| khm_int32 | type |
| wchar_t * | short_desc |
| wchar_t * | long_desc |
| kcdb_attrib_compute_cb | compute_cb |
| khm_size | compute_min_cbsize |
| khm_size | compute_max_cbsize |
| wchar_t* tag_kcdb_attrib::name |
Name. (Not localized, required)
Identifier. When registering, this can be set to KCDB_ATTR_INVALID if a unique identifier is to be generated.
Alternate identifier. If the flags specify KCDB_ATTR_FLAG_ALTVIEW, then this field should specify the identifier of the canonical attribute from which this attribute is derived.
Flags. Combination of attribute flags"
Type of the attribute. Must be valid.
| wchar_t* tag_kcdb_attrib::short_desc |
Short description. (Localized, optional)
| wchar_t* tag_kcdb_attrib::long_desc |
Long description. (Localized, optional)
Callback. Required if flags specify KCDB_ATTR_FLAG_COMPUTED.
Minimum number of bytes required to store this attribute. Required if KCDB_ATTR_FLAG_COMPUTED is specified.
Maximum number of bytes required to store this attribute. Required if KCDB_ATTR_FLAG_COMPUTED is specified.
|
Generated on Fri Aug 3 08:27:15 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 |
|