共用方式為


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.