IEnroll4::acceptResponseBlob method
[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
- pblobResponse [in]
-
A pointer to a CRYPT_DATA_BLOB structure that represents the response.
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
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
End of client support | Windows XP |
|
End of server support | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
IID |
IID_IEnroll4 is defined as f8053fe5-78f4-448f-a0db-41d61b73446b |
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012