IMsTscAxEvents::OnAuthenticationWarningDismissed 方法

在 ActiveX 控件显示身份验证对话框之后调用, (例如,证书错误对话框) 。

语法

void OnAuthenticationWarningDismissed();

参数

此方法没有任何参数。

返回值

此方法不返回值。

备注

如果需要,可以使用 IMsRdpClientNonScriptable2 接口的 UIParentWindowHandle 属性还原可能在 OnAuthenticationWarningDisplayed 方法中完成的任何父项。

有关远程桌面 Web 连接的详细信息,请参阅 远程桌面 Web 连接的要求

要求

要求
最低受支持的客户端
Windows Vista
最低受支持的服务器
Windows Server 2008、Windows Server 2008 SP1
类型库
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents 定义为 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

另请参阅

OnAuthenticationWarningDisplayed

UIParentWindowHandle

IMsTscAxEvents