HttpClientConnection.ShowCertificateDialog(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the Windows certificate information dialog box.
public:
void ShowCertificateDialog(IntPtr hWnd);
public void ShowCertificateDialog (IntPtr hWnd);
member this.ShowCertificateDialog : nativeint -> unit
Public Sub ShowCertificateDialog (hWnd As IntPtr)
Parameters
- hWnd
-
IntPtr
nativeint
Handle to a window.
Remarks
Some of the fields shown in the dialog box include the subject, issuer information, expiration date, purpose, and comments regarding the certificate.