|
pure virtual |
The returned enumerator can be used to get a list of all namespaces defined in a keystore.
A string value is returned for each namespace entry.
| ppEnum | [ out ] a generic string enumerator is returned. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | ppEnum is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. | |
| P6R::eInvalidState | A successful call to open() was not made before this call. | |
| P6R::eNotFound | No namespaces exist in the keystore |