INDESPolicy::Notify method (certpol.h)
Notifies the plug-in of the transaction status of the SCEP certificate request.
Syntax
HRESULT Notify(
[in] PCWSTR pwszChallenge,
[in] PCWSTR pwszTransactionId,
[in] X509SCEPDisposition disposition,
[in] LONG lastHResult,
[in] CERTTRANSBLOB *pctbIssuedCertEncoded
);
Parameters
[in] pwszChallenge
The authentication and authorization SCEP challenge password for the user.
[in] pwszTransactionId
The SCEP request transaction ID.
[in] disposition
The disposition of the transaction.
[in] lastHResult
The HRESULT of the last operation.
[in] pctbIssuedCertEncoded
The requested certificate, if issued.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | certpol.h |