The information in this article applies to:
SUMMARYThis article explains how to make SSL requests using the WinInet APIs on Windows CE. MORE INFORMATION
It is possible to establish a Secure Socket Layer (SSL) or Private
Communications Technology (PCT) HTTP session with the WinInet APIs.
However, unlike the Win32 counterpart, HttpOpenRequest on WinCE 2.0 does
not accept the INTERNET_FLAG_SECURE flag. If this flag is provided,
HttpSendRequest fails with error 87 ("Invalid Parameter").
InternetOpenUrl (hReq, L"https://myserver/mypage.htm", ...)No specific flags are necessary for the SSL request. Please note the following limitations:
© Microsoft Corporation 1999, All Rights Reserved. REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base: Q168151 How to Make SSL Requests Using WinInet Additional query words: kbDSupport
Keywords : kbWinCE200 |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |