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 | |
---|---|---|
BaseContext(IOwinContext) |
Properties
Name | Description | |
---|---|---|
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