Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6KEYSTORE_ENTRY Struct Reference

#include <p6keystore.h>

Public Attributes

P6WCHAR szName [P6KSMAXNAME]
 
P6WCHAR szNamespace [P6KSMAXNAMESPACE]
 
P6KEYSTORE_TYPE type
 
P6UUID UUID
 

Detailed Description

The p6IEnumKeystore returns this type in order to distinguish between the keys, certs, blobs, and links that can all be stored in the same keystore.

Note, that for links the szNamespace and szName fields will be empty.

* szNamespace - used to separate the namespace of entries between applications (e.g., SSH)
* szName - a unique identifier for each entry in a namespace (e.g., hostPublicKey)
* UUID - a global unique identifier associated with the keystore entry
*

Definition at line 90 of file p6keystore.h.


The documentation for this struct was generated from the following file: