The returned enumerator can be used to find one or more certificates with the given subject.
- Parameters
-
| pSubject | [ in ] A string representation of the distinguished name of the certificate |
| ppEnum | [ out ] identifiers for all matching certs |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | ppEnum or pUse 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 certificates exist matching the request. |