IMsRdpClientTransportSettings3::GatewayEncryptedAuthCookie property

The encrypted authentication cookie. The size of the property is specified by the GatewayEncryptedAuthCookieSize property.

This property is read/write.

Syntax

HRESULT put_GatewayEncryptedAuthCookie(
  [in]          BSTR bstrEncryptedAuthCookie
);

HRESULT get_GatewayEncryptedAuthCookie(
  [out, retval] BSTR *pbstrEncryptedAuthCookie
);

Property value

The new encrypted authentication cookie.

Requirements

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

See also

GatewayEncryptedAuthCookieSize

IMsRdpClientTransportSettings3