IMsRdpClientTransportSettings3::GatewayEncryptedAuthCookieSize property

The size, in characters, of the GatewayEncryptedAuthCookie property.

This property is read/write.

Syntax

HRESULT put_GatewayEncryptedAuthCookieSize(
  [in]          ULONG ulEncryptedAuthCookieSize
);

HRESULT get_GatewayEncryptedAuthCookieSize(
  [out, retval] ULONG *ulEncryptedAuthCookieSize
);

Property value

A ULONG value that contains the new size value.

Requirements

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

See also

IMsRdpClientTransportSettings3