Partager via


Méthode HttpClientConnection.ShowCertificateDialog

Displays the Windows certificate information dialog box.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub ShowCertificateDialog ( _
    hWnd As IntPtr _
)
'Utilisation
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
)

Paramètres

Notes

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

Voir aussi

Référence

HttpClientConnection Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime