IMsRdpClientTransportSettings3::GatewayAuthCookieServerAddr property

The server address for cookie-based authentication.

This property is read/write.

Syntax

HRESULT put_GatewayAuthCookieServerAddr(
  [in]          BSTR bstrProxyAuthCookieServerAddr
);

HRESULT get_GatewayAuthCookieServerAddr(
  [out, retval] BSTR *pbstrProxyAuthCookieServerAddr
);

Property value

The new server address for cookie-based authentication.

Requirements

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

See also

IMsRdpClientTransportSettings3