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, and blobs that can all be stored in the same keystore.

* type - a P6KEYSTORE_TYPE value
* 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 79 of file p6keystore.h.


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