Key - Key Handle
Key handles are used to pass and return keys. Instead of a key handle a (char *) area can be passed, that is automatically converted into a key. The key area is allocated and freed by the application.
Attributes
Functions
- GetArea - - internal feature (not documented)
- GetData - Provide key area
- Key - Constructor
- NewAutoident - Create empty __AUTOIDENT key
- NewIdentity - Create key with empty identity
- operator const char* - Type conversion
- operator& - Address operator
- operator= - Assignment operator