IMsRdpClientTransportSettings2::GatewayPreAuthRequirement 属性

指定或检索是否启用远程桌面网关 (RD 网关) 一次性密码 (OTP) 功能的设置。

启用 OTP 后, GatewayPreAuthRequirement 会尝试使用 GatewayPreAuthServerAddr 属性从 Internet Cookie 存储查询 OTP Cookie。 如果成功, GatewayPreAuthRequirement 会将 OTP cookie 发送到防火墙服务器 (例如 Microsoft Internet Security and Acceleration [ISA] 服务器) 进行预身份验证。

此属性是可读写的。

语法

HRESULT put_GatewayPreAuthRequirement(
  [in]  ULONG ulProxyPreAuthRequirement
);

HRESULT get_GatewayPreAuthRequirement(
  [out] ULONG *pulProxyPreAuthRequirement
);

属性值

如果设置为 1,则启用 OTP 功能。 如果设置为 0,则禁用 OTP 功能。

错误代码

如果成功 则返回S_OK。

要求

要求
最低受支持的客户端
Windows Vista SP1
最低受支持的服务器
Windows Server 2008
类型库
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientTransportSettings2定义为 67341688-D606-4c73-A5D2-2E0489009319

另请参阅

IMsRdpClientTransportSettings

IMsRdpClientTransportSettings2