Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.22 KB

imstscaxevents-gatewayencryptedotpcookiesize.md

File metadata and controls

80 lines (50 loc) · 2.22 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientTransportSettings2 GatewayEncryptedOtpCookieSize property
Specifies or retrieves the size of the encrypted one-time password (OTP) cookie.
a4fdcd06-59ae-407f-9ac6-dfe4b52fb5d7
multiple
GatewayEncryptedOtpCookieSize property Remote Desktop Services
GatewayEncryptedOtpCookieSize property Remote Desktop Services , IMsRdpClientTransportSettings2 interface
IMsRdpClientTransportSettings2 interface Remote Desktop Services , GatewayEncryptedOtpCookieSize property
apiref
IMsRdpClientTransportSettings2.GatewayEncryptedOtpCookieSize
IMsRdpClientTransportSettings2.get_GatewayEncryptedOtpCookieSize
IMsRdpClientTransportSettings2.put_GatewayEncryptedOtpCookieSize
MsTscAx.dll
COM
reference
05/31/2018

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