Bewerken

Delen via


IMsRdpClientTransportSettings3::GatewayCredSourceCookie property

Specifies if the credential source is cookie based. Contains one if the credential source is cookie-based or zero otherwise.

This property is read/write.

Syntax

HRESULT put_GatewayCredSourceCookie(
  [in]          ULONG ulProxyCredSourceCookie
);

HRESULT get_GatewayCredSourceCookie(
  [out, retval] ULONG *pulProxyCredSourceCookie
);

Property value

A ULONG value that specifies if the credential source is cookie based.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll

See also

IMsRdpClientTransportSettings3