ICEnroll4::acceptResponse method (xenroll.h)

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

The acceptResponse method accepts delivery of the credentials issued in response to an earlier call to createRequest and places the credentials in the appropriate store. This method was first defined in the ICEnroll4 interface.

The response may be a PKCS #7 format or a full Certificate Management over CMS (CMC) response.

Syntax

HRESULT acceptResponse(
  [in] BSTR strResponse
);

Parameters

[in] strResponse

A string that represents the base64-encoded response.

Return value

VB

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Remarks

The response must contain exactly one certificate; a child certificate cannot be present.

The response may be either a PKCS #7 or a full CMC response; however, to accept a full CMC response, the cryptographic service provider must support Abstract Syntax Notation One (ASN.1) encoding of CMC structures.

When this method is called from script, the method displays a user interface that asks whether the user will allow installation of a certificate.

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