Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.24 KB

imsrdpclientnonscriptable4-trustedzonesite.md

File metadata and controls

101 lines (69 loc) · 3.24 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable4 TrustedZoneSite property
Specifies whether the website from which the user launched the connection is in the trusted sites list of the user's client computer.
cb7efacc-b13b-494c-ab02-35c4f914744c
multiple
TrustedZoneSite property Remote Desktop Services
TrustedZoneSite property Remote Desktop Services , IMsRdpClientNonScriptable4 interface
IMsRdpClientNonScriptable4 interface Remote Desktop Services , TrustedZoneSite property
TrustedZoneSite property Remote Desktop Services , IMsRdpClientNonScriptable5 interface
IMsRdpClientNonScriptable5 interface Remote Desktop Services , TrustedZoneSite property
TrustedZoneSite property Remote Desktop Services , MsRdpClient6 object
MsRdpClient6 object Remote Desktop Services , TrustedZoneSite property
TrustedZoneSite property Remote Desktop Services , MsRdpClient7 object
MsRdpClient7 object Remote Desktop Services , TrustedZoneSite property
TrustedZoneSite property Remote Desktop Services , MsRdpClient8 object
MsRdpClient8 object Remote Desktop Services , TrustedZoneSite property
TrustedZoneSite property Remote Desktop Services , MsRdpClient9 object
MsRdpClient9 object Remote Desktop Services , TrustedZoneSite property
apiref
IMsRdpClientNonScriptable4.TrustedZoneSite
IMsRdpClientNonScriptable4.get_TrustedZoneSite
IMsRdpClientNonScriptable4.put_TrustedZoneSite
IMsRdpClientNonScriptable5.TrustedZoneSite
IMsRdpClientNonScriptable5.get_TrustedZoneSite
IMsRdpClientNonScriptable5.put_TrustedZoneSite
MsRdpClient6.TrustedZoneSite
MsRdpClient7.TrustedZoneSite
MsRdpClient8.TrustedZoneSite
MsRdpClient9.TrustedZoneSite
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientNonScriptable4::TrustedZoneSite property

Specifies whether the website from which the user launched the connection is in the trusted sites list of the user's client computer.

This property is read/write.

Syntax

HRESULT put_TrustedZoneSite(
  [in]  VARIANT_BOOL fIsTrustedZone
);

HRESULT get_TrustedZoneSite(
  [out] VARIANT_BOOL *pfIsTrustedZone
);

Property value

Sets the TrustedZoneSite property. This method has no effect on whether the website from which the user launched the connection is in the trusted sites list of the client computer.

Error codes

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsRdpClientNonScriptable4 is defined as f50fa8aa-1c7d-4f59-b15c-a90cacae1fcb

See also

IMsRdpClientNonScriptable5

IMsRdpClientNonScriptable4