BaseContext Class

Represents a base context.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.Facebook.FacebookAuthenticatedContext
    Microsoft.Owin.Security.Google.GoogleAuthenticatedContext
    Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext
    Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext
    Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticatedContext
    Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext
    Microsoft.Owin.Security.Provider.EndpointContext
    Microsoft.Owin.Security.Twitter.TwitterAuthenticatedContext

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

Syntax

'Declaration
Public MustInherit Class BaseContext
'Usage
Dim instance As BaseContext
public abstract class BaseContext
public ref class BaseContext abstract
[<AbstractClassAttribute>]
type BaseContext =  class end
public abstract class BaseContext

The BaseContext type exposes the following members.

Constructors

  Name Description
Protected method BaseContext

Top

Properties

  Name Description
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