Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 2.6 KB

imstscaxevents-onauthenticationwarningdisplayed.md

File metadata and controls

83 lines (49 loc) · 2.6 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsTscAxEvents OnAuthenticationWarningDisplayed method
Called before an ActiveX control displays an authentication dialog box (for example, the certificate error dialog box).
ce307e5f-5e26-4041-bbd5-6871c0678da4
multiple
OnAuthenticationWarningDisplayed method Remote Desktop Services
OnAuthenticationWarningDisplayed method Remote Desktop Services , IMsTscAxEvents interface
IMsTscAxEvents interface Remote Desktop Services , OnAuthenticationWarningDisplayed method
apiref
IMsTscAxEvents.OnAuthenticationWarningDisplayed
MsTscAx.dll
COM
reference
05/31/2018

IMsTscAxEvents::OnAuthenticationWarningDisplayed method

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

Syntax

void OnAuthenticationWarningDisplayed();

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 ensure that the modal authentication dialog to be displayed will be parented by a specified window (this may be necessary to prevent users from using other dialog boxes while the authentication dialog box is displayed). By default, the parent is the ActiveX control window.

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

OnAuthenticationWarningDismissed

UIParentWindowHandle

IMsTscAxEvents