IEnroll4::removePendingRequestWStr method (xenroll.h)

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The removePendingRequestWStr method removes a pending request from the client's request store. This method was first defined in the IEnroll4 interface.

Syntax

HRESULT removePendingRequestWStr(
  [in] CRYPT_DATA_BLOB thumbPrintBlob
);

Parameters

[in] thumbPrintBlob

CRYPT_DATA_BLOB structure that represents the thumbprint, or hash, of the certificate data.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

IEnroll4