IDTSHttpClientConnection100.ShowCertificateDialog(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the windows certificate information dialog box.
public:
void ShowCertificateDialog(long hWnd);
[System.Runtime.InteropServices.DispId(26)]
public void ShowCertificateDialog (long hWnd);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member ShowCertificateDialog : int64 -> unit
Public Sub ShowCertificateDialog (hWnd As Long)
Parameters
- hWnd
- Int64
Handle to a window.
- Attributes
Remarks
For more information, see HttpClientConnection100Class.