IMsRdpClientAdvancedSettings6::AuthenticationServiceClass property

Specifies the service principal name (SPN) to use for authentication to the server.

This property is read/write.

Syntax

HRESULT put_AuthenticationServiceClass(
  [in]          BSTR bstrAuthServiceClass
);

HRESULT get_AuthenticationServiceClass(
  [out, retval] BSTR *pbstrAuthServiceClass
);

Property value

Specifies the service principal name to use.

Remarks

This property is only supported by Remote Desktop Connection 6.1 and 7.0 clients.

Service principal names (SPNs) are associated with the security principal (user or groups) in whose security context the service executes. SPNs are used to support mutual authentication between a client application and a service.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285

See also

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings6