IdentityFactoryMiddleware<TResult, TOptions> Class

 

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

Namespace:   Microsoft.AspNet.Identity.Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

System.Object
  Microsoft.Owin.OwinMiddleware
    Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware<TResult, TOptions>

public class IdentityFactoryMiddleware<TResult, TOptions> : OwinMiddleware
where TResult : IDisposable
where TOptions : IdentityFactoryOptions<TResult>

Type Parameters

TResult

The type of the result.

TOptions

The type of the options.

NameDescription
System_CAPS_pubmethodIdentityFactoryMiddleware<TResult, TOptions>(OwinMiddleware, TOptions)

Initializes a new instance of the IdentityFactoryMiddleware<TResult, TOptions> class.

NameDescription
System_CAPS_protpropertyNext

(Inherited from OwinMiddleware.)

System_CAPS_pubpropertyOptions

Gets or sets the configuration options for the middleware.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvoke(IOwinContext)

Creates an object using the Options.Provider, storing it in the OwinContext and then disposes the object when finished.(Overrides OwinMiddleware.Invoke(IOwinContext).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: