Método ShowCertificateDialog
Displays the Windows certificate information dialog box.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub ShowCertificateDialog ( _
hWnd As IntPtr _
)
'Uso
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
)
Parâmetros
- hWnd
Tipo: System. . :: . .IntPtr
Handle to a window.
Comentários
Some of the fields shown in the dialog box include the subject, issuer information, expiration date, purpose, and comments regarding the certificate.