IMsTscAxEvents::OnAuthenticationWarningDismissed method

Called after an ActiveX control displays an authentication dialog box (for example, the certificate error dialog box).

Syntax

void OnAuthenticationWarningDismissed();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

If needed, the UIParentWindowHandle property of the IMsRdpClientNonScriptable2 interface can be used to revert any parenting that may have been done in the OnAuthenticationWarningDisplayed method.

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008, Windows Server 2008 with SP1
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

OnAuthenticationWarningDisplayed

UIParentWindowHandle

IMsTscAxEvents