IDTSHttpClientConnection100.ShowCertificateDialog(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示 [Windows 憑證資訊] 對話方塊。
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)
參數
- hWnd
- Int64
視窗的控點。
- 屬性
備註
如需詳細資訊,請參閱HttpClientConnection100Class。