IMsRdpClientAdvancedSettings6::EnableCredSspSupport property

Specifies whether the Credential Security Service Provider (CredSSP) is enabled for this connection.

This property is read/write.

Syntax

HRESULT put_EnableCredSspSupport(
  [in]  VARIANT_BOOL fEnableSupport
);

HRESULT get_EnableCredSspSupport(
  [out] VARIANT_BOOL *pfEnableSupport
);

Property value

Specifies whether CredSSP is enabled for this connection. Set to VARIANT_TRUE to enable CredSSP or VARIANT_FALSE otherwise.

Remarks

This property is only supported by Remote Desktop Connection 6.1 and 7.0 clients.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285

See also

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings6