IDTSHttpClientConnection100.ShowCertificateDialog(Int64) 方法

定义

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

public:
 void ShowCertificateDialog(long hWnd);
[System.Runtime.InteropServices.DispId(26)]
public void ShowCertificateDialog (long hWnd);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member ShowCertificateDialog : int64 -> unit
Public Sub ShowCertificateDialog (hWnd As Long)

参数

hWnd
Int64

窗口的句柄。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于