IMsRdpClientSecuredSettings (Windows Embedded CE 6.0)

1/6/2010

This interface provides methods to retrieve and set properties of the Remote Desktop ActiveX control that are restricted to specific Internet Explorer security zones. This interface was added for RDP clients (version 5.1 and later).

IMsRdpClientSecuredSettings is a dual interface.

IMsRdpClientSecuredSettings derives from the IMsTscSecuredSettings interface. It inherits all the IMsTscSecuredSettings methods and provides additional properties and methods.

Methods

The IMsRdpClientSecuredSettings interface contains the following methods.

The following table shows the methods on the IMsRdpClientSecuredSettings interface.

Method Description

get_AudioRedirectionMode

Retrieves the value of the AudioRedirectionMode property.

get_KeyboardHookMode

Retrieves the value of the KeyboardHookMode property.

put_AudioRedirectionMode

Sets the value of the AudioRedirectionMode, which specifies audio redirection settings.

put_KeyboardHookMode

Sets the value of the KeyboardHookMode property, which specifies keyboard redirection settings.

Remarks

To allow clients to protect themselves from potentially untrustworthy servers, some properties of the Remote Desktop ActiveX control object are restricted to specific Internet Explorer URL security zones. This means that when a user browsing the Web accesses the page and the page is in a higher security zone than the computer that the user is browsing the Web with, these properties are disabled. These restricted properties are accessed using the IMsTscSecuredSettings interface and the IMsRdpClientSecuredSettings interface. These restricted properties are available in the following Internet Explorer URL security zones:

  • My Computer
  • Local Intranet
  • Trusted Sites

These restricted properties are disabled in these zones:

  • Internet
  • Restricted Sites

The IMsRdpClientSecuredSettings interface accesses the following properties.

  • AudioRedirectionMode. This property specifies whether to redirect sounds, or play sounds at the client computer.
  • KeyboardHookMode. This property specifies how and when to apply Windows key combinations, such as ALT+TAB.

For more information, see IMsRdpClientSecuredSettings Properties.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscSecuredSettings

Concepts

Remote Desktop ActiveX Control Interfaces