IEnroll4::acceptResponseBlob method (xenroll.h)
[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]
The acceptResponseBlob method accepts delivery of the credentials issued in response to an earlier call to createRequestWStr and places the credentials in the appropriate store.
The response may be a PKCS #7 format or a full Certificate Management over CMS (CMC) response. This method was first defined in the IEnroll4 interface.
Syntax
HRESULT acceptResponseBlob(
[in] PCRYPT_DATA_BLOB pblobResponse
);
Parameters
[in] pblobResponse
A pointer to a CRYPT_DATA_BLOB structure that represents the response.
Return value
None
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.
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 |