Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.03 KB

imsrdpclienttransportsettings2-gatewaypassword.md

File metadata and controls

79 lines (48 loc) · 2.03 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientTransportSettings2 GatewayPassword property
Specifies the password that a user provides to connect to the Remote Desktop Gateway (RD Gateway) server.
f29078e5-49ab-45a0-8d79-4b57d7c35e3a
multiple
GatewayPassword property Remote Desktop Services
GatewayPassword property Remote Desktop Services , IMsRdpClientTransportSettings2 interface
IMsRdpClientTransportSettings2 interface Remote Desktop Services , GatewayPassword property
apiref
IMsRdpClientTransportSettings2.GatewayPassword
IMsRdpClientTransportSettings2.put_GatewayPassword
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientTransportSettings2::GatewayPassword property

Specifies the password that a user provides to connect to the Remote Desktop Gateway (RD Gateway) server.

This property is write-only.

Syntax

HRESULT put_GatewayPassword(
  [in] BSTR proxyPassword
);

Property value

The password that a user provides to connect to the RD Gateway server.

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