共用方式為


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
)

參數

備註

Some of the fields shown in the dialog box include the subject, issuer information, expiration date, purpose, and comments regarding the certificate.

請參閱

參考

HttpClientConnection 類別

Microsoft.SqlServer.Dts.Runtime 命名空間