HttpAuthenticationContext Class

 

Represents an authentication context containing information for performing authentication.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Filters::HttpAuthenticationContext

public ref class HttpAuthenticationContext 

NameDescription
System_CAPS_pubmethodHttpAuthenticationContext(HttpActionContext^, IPrincipal^)

Initializes a new instance of the HttpAuthenticationContext class.

NameDescription
System_CAPS_pubpropertyActionContext

Gets the action context.

System_CAPS_pubpropertyErrorResult

Gets or sets an action result that will produce an error response (if authentication failed; otherwise, null).

System_CAPS_pubpropertyPrincipal

Gets or sets the authenticated principal.

System_CAPS_pubpropertyRequest

Gets the request message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: