Condividi tramite


Metodo ShowCertificateDialog

Displays the Windows certificate information dialog box.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub ShowCertificateDialog ( _
    hWnd As IntPtr _
)
'Utilizzo
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
)

Parametri

Osservazioni

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