| enum P6R::P6KEYSTORE_TYPE |
Value indicates the type of data returned in a P6R::p6IEnumKeystore enumerator.
ENTRY_KEY indicates the value returned is a P6R::p6ICryptoKey component
ENTRY_CERT indicates the value returned is a P6R::p6ICert component
ENTRY_BLOB indicates any value that can be represented by a P6R::P6BSTR type
ENTRY_LINK indicates the value returned is a P6R:P6KEYSTORE_LINK type
ENTRY_KEY_REFERENCR indicates the value returned does not contain a key, the entry's meta data holds the key's remote location
| Enumerator | |
|---|---|
| ENTRY_NULL | |
| ENTRY_KEY | |
| ENTRY_CERT | |
| ENTRY_BLOB | |
| ENTRY_LINK | |
| ENTRY_KEY_REFERENCE | |
Definition at line 57 of file p6keystore.h.