IMsRdpClientTransportSettings2::GatewayPreAuthServerAddr property

Specifies or retrieves the web address of the pre-authentication server, which is used for the Remote Desktop Gateway (RD Gateway) one-time password (OTP) feature.

This property is read/write.

Syntax

HRESULT put_GatewayPreAuthServerAddr(
  [in]  BSTR bstrProxyPreAuthServerAddr
);

HRESULT get_GatewayPreAuthServerAddr(
  [out] BSTR *pbstrProxyPreAuthServerAddr
);

Property value

The web address of the pre-authentication server; for example, the web address of the Microsoft Internet Security and Acceleration (ISA) server. Specify the web address by using the format "https://HostName.DomainName.com/WebsiteName" or "https://HostName.DomainName.com/WebsiteName".

Error codes

Returns S_OK if successful.

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