BaseContext Class

 

Represents a base context.

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

Inheritance Hierarchy

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

Syntax

public abstract class BaseContext
public ref class BaseContext abstract 
[<AbstractClass>]
type BaseContext = class end
Public MustInherit Class BaseContext

Constructors

Name Description
System_CAPS_protmethod BaseContext(IOwinContext)

Properties

Name Description
System_CAPS_pubproperty OwinContext

System_CAPS_pubproperty Request

System_CAPS_pubproperty Response

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security.Provider Namespace

Return to top