IMsRdpClientTransportSettings2::GatewayEncryptedOtpCookieSize property

Specifies or retrieves the size of the encrypted one-time password (OTP) cookie.

This property is read/write.

Syntax

HRESULT put_GatewayEncryptedOtpCookieSize(
  [in]  ULONG ulEncryptedOtpCookieSize
);

HRESULT get_GatewayEncryptedOtpCookieSize(
  [out] ULONG *pulEncryptedOtpCookieSize
);

Property value

Specifies or retrieves the size of the encrypted one-time password (OTP) cookie.

Requirements

Requirement Value
Minimum supported client
Windows Vista with SP1
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientTransportSettings2 is defined as 67341688-D606-4c73-A5D2-2E0489009319

See also

IMsRdpClientTransportSettings

IMsRdpClientTransportSettings2