Retrieves the ClientCertificate collection of the Request object.
HRESULT get_ClientCertificate(
IRequestDictionary ** ppDictReturn
//pointer to an IRequestDictionary interface pointer that receives the ClientCertificate collection
);
© Microsoft Corporation. All rights reserved.