Share via


IMsRdpClientNonScriptable3 (Compact 7)

3/12/2014

This interface configures nonscriptable properties for a client's remote session.

Methods

This interface inherits methods from the IUnknown and IMsRdpClientNonScriptable2 interfaces. In addition, this interface defines the following methods.

Method Description

put_ShowRedirectionWarningDialog

Specifies whether the redirection warning dialog box should be shown.

get_ShowRedirectionWarningDialog

Retrieves the redirection warning dialog box setting.

put_PromptForCredentials

Specifies whether the prompt for credentials dialog box should be shown.

get_PromptForCredentials

Retrieves the prompt for credentials dialog box setting.

put_NegotiateSecurityLayer

Specifies whether security layer negotiation should be enabled or disabled.

get_NegotiateSecurityLayer

Retrieves the setting for security layer negotiation.

put_EnableCredSspSupport

Specifies whether Credential Security Service Provider (CredSSP) support should be enabled or disabled.

get_EnableCredSspSupport

Retrieves the setting for CredSSP support.

put_RedirectDynamicDrives

Specifies whether dynamic Plug and Play (PnP)-based drives should be redirected.

get_RedirectDynamicDrives

Retrieves the setting for whether dynamic PnP drives are redirected within a session.

put_RedirectDynamicDevices

Specifies whether dynamic PnP-based devices should be redirected.

get_RedirectDynamicDevices

Retrieves the setting for whether dynamic PnP-based devices are redirected within a session.

get_DriveCollection

Retrieves the list of drives that are requested for the redirection.

put_WarnAboutSendingCredentials

Specifies whether the security warning dialog box should be displayed to warn users about forwarding credentials to the remote server.

get_WarnAboutSendingCredentials

Retrieves the setting for the security warning dialog box that is displayed to warn users about forwarding credentials to the remote server.

put_WarnAboutClipboardRedirection

Specifies whether the security warning dialog box should be displayed to warn users about clipboard redirection.

get_WarnAboutClipboardRedirection

Retrieves the setting for the security warning dialog box that is displayed to warn users about clipboard redirection.

put_ConnectionBarText

Specifies the text to update the connection bar.

get_ConnectionBarText

Retrieves the text to update the connection bar.

Properties

This interface defines the following properties. The preceding table includes access methods for these properties.

Properties Access type Description

ConnectionBarText

Read/write

The text string to display for the connection bar.

DriveCollection

Read-only

The collection of disk drives that is available for redirection.

EnableCredSspSupport

Read/write

Specifies whether CredSSP is enabled for this connection.

NegotiateSecurityLayer

Read/write

Specifies whether the NegotiateSecurityLayer setting is supported for this connection.

Gg156672.note(en-us,WinEmbedded.70).gifNote:
When CredSSP support is enabled and present on the client, or when Secure Sockets Layer (SSL) is enabled with user authentication, NegotiageSecurityLayer is ignored.

PromptForCredentials

Read/write

Specifies whether the prompt for credentials dialog box should be shown.

RedirectDynamicDevices

Read/write

Specifies whether dynamically attached PnP devices that are enumerated while in a session are available for redirection.

RedirectDynamicDrives

Read/write

Specifies whether dynamically attached PnP drives that are enumerated while in a session are available for redirection.

ShowRedirectionWarningDialog

Read/write

Specifies whether the redirection security warning dialog box should be shown before starting a session.

WarnAboutClipboardRedirection

Read/write

Specifies whether the security warning dialog box should include a warning about clipboard redirection before starting a session.

WarnAboutSendingCredentials

Read/write

Specifies whether the security warning should include a warning about sending credentials to the remote server before starting a session.

Remarks

The methods of this interface are not available for use by scriptable clients.

This interface has been extended by the following interfaces, with each new interface inheriting all of the methods and properties of the previous interfaces.

Requirements

Header

mstsax.h,
mstsax.idl

Library

Mstsax.lib

See Also

Reference

Remote Desktop ActiveX Control Interfaces
IMsRdpClientNonScriptable
IMsRdpClientNonScriptable2
IMsTscNonScriptable