Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XHR_CRED_PROMPT enumeration

Specifies whether to allow credential prompts to the user for authentication.

Syntax


typedef enum _XHR_CRED_PROMPT { 
  XHR_CRED_PROMPT_ALL    = 0,
  XHR_CRED_PROMPT_NONE   = 0x1,
  XHR_CRED_PROMPT_PROXY  = 0x2
} XHR_CRED_PROMPT;

Constants

XHR_CRED_PROMPT_ALL

Allow all credential prompts for authentication.

This setting allows credential prompts in response to requests from the proxy or the server.

XHR_CRED_PROMPT_NONE

Disable all credential prompts for authentication. This setting disables any credential prompts in response to requests from the proxy or the server.

XHR_CRED_PROMPT_PROXY

Allow credential prompts for authentication only in response to requests from the proxy.

This setting disables any credential prompts in response to requests from the server.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Header

Msxml6.h

See also

SetProperty

 

 

Community Additions

Show:
© 2017 Microsoft