Поделиться через


HttpClientConnection.ShowCertificateDialog Method

Displays the Windows certificate information dialog box.

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
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
)

Параметры

  • hWnd
    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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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