Microsoft.AspNet.Identity.Owin Namespace

 

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

ClassDescription
System_CAPS_pubclassDataProtectorTokenProvider<'TUser>

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

System_CAPS_pubclassDataProtectorTokenProvider<'TUser, 'TKey>

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

System_CAPS_pubclassExternalLoginInfo

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

System_CAPS_pubclassIdentityFactoryMiddleware<'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_pubclassIdentityFactoryOptions<'T>

Represents the configuration options for an IdentityFactoryMiddleware.

System_CAPS_pubclassIdentityFactoryProvider<'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_pubclassOwinContextExtensions

Represents extension methods for OwinContext.

System_CAPS_pubclassSecurityStampValidator

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

System_CAPS_pubclassSignInManager<'TUser, 'TKey>

Manages Sign In operations for users

System_CAPS_pubclassSignInManagerExtensions

Extension methods for SignInManager/&amp;gt;

InterfaceDescription
System_CAPS_pubinterfaceIIdentityFactoryProvider<'T>

Provides methods used to create objects per request.

EnumerationDescription
System_CAPS_pubenumSignInStatus

Possible results from a sign in attempt

Return to top
Show: