HttpClientConnection.ShowCertificateDialog 方法
Displays the Windows certificate information dialog box.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Sub ShowCertificateDialog ( _
hWnd As IntPtr _
)
用法
Dim instance As HttpClientConnection
Dim hWnd As IntPtr
instance.ShowCertificateDialog(hWnd)
public void ShowCertificateDialog(
IntPtr hWnd
)
public:
void ShowCertificateDialog(
IntPtr hWnd
)
member ShowCertificateDialog :
hWnd:IntPtr -> unit
public function ShowCertificateDialog(
hWnd : IntPtr
)
参数
- hWnd
类型:System.IntPtr
Handle to a window.
注释
Some of the fields shown in the dialog box include the subject, issuer information, expiration date, purpose, and comments regarding the certificate.