Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 3.33 KB

ne-wsmandisp-wsmanproxyauthenticationflags.md

File metadata and controls

70 lines (58 loc) · 3.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:wsmandisp._WSManProxyAuthenticationFlags
WSManProxyAuthenticationFlags (wsmandisp.h)
Determines the proxy authentication mechanism.
WSManFlagProxyAuthenticationUseBasic
WSManFlagProxyAuthenticationUseDigest
WSManFlagProxyAuthenticationUseNegotiate
WSManProxyAuthenticationFlags
WSManProxyAuthenticationFlags enumeration [Windows Remote Management]
winrm.wsmanproxyauthenticationflags
wsmandisp/WSManFlagProxyAuthenticationUseBasic
wsmandisp/WSManFlagProxyAuthenticationUseDigest
wsmandisp/WSManFlagProxyAuthenticationUseNegotiate
wsmandisp/WSManProxyAuthenticationFlags
winrm\wsmanproxyauthenticationflags.htm
winrm
4a86dfae-18c9-4865-8b8b-bb0ac01f558c
12/05/2018
WSManFlagProxyAuthenticationUseBasic, WSManFlagProxyAuthenticationUseDigest, WSManFlagProxyAuthenticationUseNegotiate, WSManProxyAuthenticationFlags, WSManProxyAuthenticationFlags enumeration [Windows Remote Management], winrm.wsmanproxyauthenticationflags, wsmandisp/WSManFlagProxyAuthenticationUseBasic, wsmandisp/WSManFlagProxyAuthenticationUseDigest, wsmandisp/WSManFlagProxyAuthenticationUseNegotiate, wsmandisp/WSManProxyAuthenticationFlags
wsmandisp.h
Windows
Windows 7
Windows Server 2008 R2
WSManDisp.idl
Windows
WSManProxyAuthenticationFlags
Windows Management Framework on Windows Server 2008 with SP2 and Windows Vista with SP2
19H1
_WSManProxyAuthenticationFlags
wsmandisp/_WSManProxyAuthenticationFlags
WSManProxyAuthenticationFlags
wsmandisp/WSManProxyAuthenticationFlags
c++
APIRef
kbSyntax
HeaderDef
WSManDisp.h
WSManProxyAuthenticationFlags

WSManProxyAuthenticationFlags enumeration

-description

Determines the proxy authentication mechanism.

-enum-fields

-field WSManFlagProxyAuthenticationUseNegotiate:0x1

Use Negotiate authentication. The client sends a request to the server to authenticate. The server determines whether to use Kerberos or NTLM. In general, Kerberos is selected to authenticate a domain account and NTLM is selected for local computer accounts. But there are also some special cases in which Kerberos/NTLM are selected. The user name should be specified in the form DOMAIN\username for a domain user or SERVERNAME\username for a local user on a server computer.

-field WSManFlagProxyAuthenticationUseBasic:0x2

Use Basic authentication. The client presents credentials in the form of a user name and password that are directly transmitted in the request message.

-field WSManFlagProxyAuthenticationUseDigest:0x4

Use Digest authentication. Only the client computer can initiate a Digest authentication request. The client sends a request to the server to authenticate and receives from the server a token string. The client then sends the resource request, including the user name and a cryptographic hash of the password combined with the token string. Digest authentication is supported for HTTP and HTTPS.