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 _
)
'Usage
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
)
Parameters
- hWnd
Type: System.IntPtr
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.