IX509SCEPEnrollment::DeleteRequest method (certenroll.h)

Delete any certificates or keys created for the request.

Syntax

HRESULT DeleteRequest();

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

You must set the TransactionId property and call the InitializeForPending method before calling this method.

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509SCEPEnrollment