Click or drag to resize

HttpAuthenticationChallengeContextExtensionsChallengeWith Method

Overload List
  NameDescription
Public methodStatic memberChallengeWith(HttpAuthenticationChallengeContext, AuthenticationHeaderValue)
Adds specified challenge header to HTTP authentication challenge context execution result, when unauthorized.
Public methodStatic memberChallengeWith(HttpAuthenticationChallengeContext, String)
Adds challenge header to HTTP authentication challenge context execution result, when unauthorized, for specified scheme.
Public methodStatic memberChallengeWith(HttpAuthenticationChallengeContext, String, String)
Adds challenge header to HTTP authentication challenge context execution result, when unauthorized, for specified scheme.
Top
See Also