次の方法で共有


IRequest::get_ClientCertificate

The IRequest::get_ClientCertificate method retrieves the Request.ClientCertificate Collection collection of the Request Object object.

HRESULT get_ClientCertificate(
      IRequestDictionary** ppDictReturn
);

Parameters

  • ppDictReturn
    [retval] [out] Points to an IRequestDictionary interface pointer that receives the ClientCertificate collection.

Remarks

You can iterate through the ClientCertificate collection with the get__NewEnum method exposed by the IRequestDictionary interface. You can also retrieve a specific ClientCertificate value with the get_Item method.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also