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