Click or drag to resize

AuthChallengeResponse Properties

Version 86.0.240

The AuthChallengeResponse type exposes the following members.

Properties
  NameDescription
Public propertyPassword
The password to provide, possibly empty. Should only be set if response is ProvideCredentials.
Public propertyResponse
The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box.
Public propertyUsername
The username to provide, possibly empty. Should only be set if response is ProvideCredentials.
Top
See Also