IMsRdpClientNonScriptable4::MarkRdpSettingsSecure property

Specifies whether Remote Desktop Protocol (RDP) settings are marked as secure. This indicates that the settings applied to the control have been signed by a third-party or trusted publisher.

This property is read/write.

Syntax

HRESULT put_MarkRdpSettingsSecure(
  [in]  VARIANT_BOOL fRdpSecure
);

HRESULT get_MarkRdpSettingsSecure(
  [out] VARIANT_BOOL *pfRdpSecure
);

Property value

Sets whether RDP settings are marked as secure.

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