共用方式為


IMsRdpClientTransportSettings2::GatewayPreAuthServerAddr 屬性

指定或擷取預先驗證服務器的網址,用於遠端桌面閘道 (RD 閘道) 一次性密碼 (OTP) 功能。

這是可讀寫的屬性。

Syntax

HRESULT put_GatewayPreAuthServerAddr(
  [in]  BSTR bstrProxyPreAuthServerAddr
);

HRESULT get_GatewayPreAuthServerAddr(
  [out] BSTR *pbstrProxyPreAuthServerAddr
);

屬性值

預先驗證服務器的網址;例如,Microsoft 網際網路安全性和加速的網址 (ISA) 伺服器。 使用 「HTTPs:// HostName」 格式來指定網址。DomainName.com/WebsiteName「 或 」HTTPs:// HostNameDomainName.com/WebsiteName」。

錯誤碼

如果成功 則傳回S_OK。

規格需求

需求
最低支援的用戶端
Windows Vista SP1
最低支援的伺服器
Windows Server 2008
類型程式庫
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientTransportSettings2定義為 67341688-D606-4c73-A5D2-2E0489009319

另請參閱

IMsRdpClientTransportSettings

IMsRdpClientTransportSettings2