ISignerCertificates::Find method (certenroll.h)
The Find method retrieves the index number of an ISignerCertificate object.
Syntax
HRESULT Find(
[in] ISignerCertificate *pSignerCert,
[out] LONG *piSignerCert
);
Parameters
[in] pSignerCert
Pointer to the ISignerCertificate interface.
[out] piSignerCert
Pointer to a LONG variable that receives the index number.
Return value
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | certenroll.h |
DLL | CertEnroll.dll |