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 | |
---|---|---|
BaseContext<TOptions>(IOwinContext, TOptions) |
Properties
Name | Description | |
---|---|---|
Options | ||
OwinContext | ||
Request | ||
Response |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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