HttpClientConnection.ShowCertificateDialog(IntPtr) 方法

定义

显示“Windows 证书信息”对话框。

public:
 void ShowCertificateDialog(IntPtr hWnd);
public void ShowCertificateDialog (IntPtr hWnd);
member this.ShowCertificateDialog : nativeint -> unit
Public Sub ShowCertificateDialog (hWnd As IntPtr)

参数

hWnd
IntPtr

nativeint

窗口的句柄。

注解

对话框中显示的一些字段包括主题、颁发者信息、到期日期、用途和有关证书的注释。

适用于