Click or drag to resize

HttpAuthenticationChallengeContextExtensions Class

Defines extension functions related to HttpAuthenticationChallengeContext.
Inheritance Hierarchy
SystemObject
  GSF.Web.SecurityHttpAuthenticationChallengeContextExtensions

Namespace:  GSF.Web.Security
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntax
public static class HttpAuthenticationChallengeContextExtensions
Request Example View Source
Methods
  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