BaseContext<TOptions> Class

Base class used for certain event contexts

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<TOptions>
    Microsoft.Owin.Security.Cookies.CookieApplyRedirectContext
    Microsoft.Owin.Security.OAuth.BaseValidatingContext<TOptions>
    Microsoft.Owin.Security.Provider.EndpointContext<TOptions>

Namespace:  Microsoft.Owin.Security.Provider
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public MustInherit Class BaseContext(Of TOptions)
'Usage
Dim instance As BaseContext(Of TOptions)
public abstract class BaseContext<TOptions>
generic<typename TOptions>
public ref class BaseContext abstract
[<AbstractClassAttribute>]
type BaseContext<'TOptions> =  class end
JScript does not support generic types and methods.

Type Parameters

  • TOptions

The BaseContext<TOptions> type exposes the following members.

Constructors

  Name Description
Protected method BaseContext<TOptions>

Top

Properties

  Name Description
Public property Options
Public property OwinContext
Public property Request
Public property Response

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Owin.Security.Provider Namespace