Share via


HttpClientConnection.ShowCertificateDialog Method

Displays the Windows certificate information dialog box.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Sub ShowCertificateDialog ( _
    hWnd As IntPtr _
)
public void ShowCertificateDialog (
    IntPtr hWnd
)
public:
void ShowCertificateDialog (
    IntPtr hWnd
)
public void ShowCertificateDialog (
    IntPtr hWnd
)
public function ShowCertificateDialog (
    hWnd : IntPtr
)

Parameters

  • hWnd
    Handle to a window.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HttpClientConnection Class
HttpClientConnection Members
Microsoft.SqlServer.Dts.Runtime Namespace