Microsoft.AspNet.Identity.Owin Namespace

 

The Microsoft.AspNet.Identity.Owin namespace provides classes that manages the identities associated with OWIN.

Classes

Class Description
System_CAPS_pubclass DataProtectorTokenProvider<TUser>

Represents a token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp.

System_CAPS_pubclass DataProtectorTokenProvider<TUser, TKey>

Represents a token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp.

System_CAPS_pubclass ExternalLoginInfo

Represents a class that is used to return information needed to associate an external login.

System_CAPS_pubclass IdentityFactoryMiddleware<TResult, TOptions>

Represents an OWIN middleware that initializes an object for use in the OWIN context via the get/set generic extensions method.

System_CAPS_pubclass IdentityFactoryOptions<T>

Represents the configuration options for an IdentityFactoryMiddleware.

System_CAPS_pubclass IdentityFactoryProvider<T>

Represents a class that is used to configure how the IdentityFactoryMiddleware will create an instance of the specified type for each OwinContext.

System_CAPS_pubclass OwinContextExtensions

Represents extension methods for OwinContext.

System_CAPS_pubclass SecurityStampValidator

Represents a static helper class used to configure a CookieAuthenticationProvider to validate a cookie against a user's security stamp.

System_CAPS_pubclass SignInManager<TUser, TKey>

Manages Sign In operations for users

System_CAPS_pubclass SignInManagerExtensions

Extension methods for SignInManager/&amp;gt;

Interfaces

Interface Description
System_CAPS_pubinterface IIdentityFactoryProvider<T>

Provides methods used to create objects per request.

Enumerations

Enumeration Description
System_CAPS_pubenum SignInStatus

Possible results from a sign in attempt

Return to top