HttpClientConnection.ShowCertificateDialog(IntPtr) Method

Definition

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.

Applies to