Microsoft.AspNet.Identity.Owin Namespace
The Microsoft.AspNet.Identity.Owin namespace provides classes that manages the identities associated with OWIN.
Classes
Class | Description | |
---|---|---|
DataProtectorTokenProvider<TUser> | Represents a token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp. |
|
DataProtectorTokenProvider<TUser, TKey> | Represents a token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp. |
|
ExternalLoginInfo | Represents a class that is used to return information needed to associate an external login. |
|
IdentityFactoryMiddleware<TResult, TOptions> | Represents an OWIN middleware that initializes an object for use in the OWIN context via the get/set generic extensions method. |
|
IdentityFactoryOptions<T> | Represents the configuration options for an IdentityFactoryMiddleware. |
|
IdentityFactoryProvider<T> | Represents a class that is used to configure how the IdentityFactoryMiddleware will create an instance of the specified type for each OwinContext. |
|
OwinContextExtensions | Represents extension methods for OwinContext. |
|
SecurityStampValidator | Represents a static helper class used to configure a CookieAuthenticationProvider to validate a cookie against a user's security stamp. |
|
SignInManager<TUser, TKey> | Manages Sign In operations for users |
|
SignInManagerExtensions | Extension methods for SignInManager/&gt; |
Interfaces
Interface | Description | |
---|---|---|
IIdentityFactoryProvider<T> | Provides methods used to create objects per request. |
Enumerations
Enumeration | Description | |
---|---|---|
SignInStatus | Possible results from a sign in attempt |
Return to top