BaseContext<TOptions> Class

 

Base class used for certain event contexts

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<TOptions>
    Microsoft.Owin.Security.Cookies.CookieApplyRedirectContext
    Microsoft.Owin.Security.Cookies.CookieExceptionContext
    Microsoft.Owin.Security.Cookies.CookieResponseSignedInContext
    Microsoft.Owin.Security.Cookies.CookieResponseSignInContext
    Microsoft.Owin.Security.Cookies.CookieResponseSignOutContext
    Microsoft.Owin.Security.Cookies.CookieValidateIdentityContext
    Microsoft.Owin.Security.Facebook.FacebookApplyRedirectContext
    Microsoft.Owin.Security.Google.GoogleApplyRedirectContext
    Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext
    Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountApplyRedirectContext
    Microsoft.Owin.Security.Notifications.BaseNotification<TOptions>
    Microsoft.Owin.Security.Notifications.RedirectToIdentityProviderNotification<TMessage, TOptions>
    Microsoft.Owin.Security.OAuth.BaseValidatingContext<TOptions>
    Microsoft.Owin.Security.Provider.EndpointContext<TOptions>
    Microsoft.Owin.Security.Twitter.TwitterApplyRedirectContext

Syntax

public abstract class BaseContext<TOptions>
generic<typename TOptions>
public ref class BaseContext abstract 
[<AbstractClass>]
type BaseContext<'TOptions> = class end
Public MustInherit Class BaseContext(Of TOptions)

Constructors

Name Description
System_CAPS_protmethod BaseContext<TOptions>(IOwinContext, TOptions)

Properties

Name Description
System_CAPS_pubproperty Options

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