This is information about the identity context. See eServer Implementation Notes for details on platform-specific details.
The layout for ictxIdContext follows:
typedef struct ictxIdContext { char * identityContextOID; /* context OID */ unsigned char * identityContext; /* Identity context as binary data */ int identityContextLength; /* Length of binary data */ } ictxIdContext_t;
Top | Security APIs | APIs by category |