Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystoreQuery3::enumCertBySubject ( const P6WCHAR pSubject,
p6IEnumKeystore **  ppEnum 
)
pure virtual

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
SuccessP6R::eOk 
FailureP6R::eInvalidArgppEnum or pUse is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eNotFoundNo certificates exist matching the request.