Share via


IdentityFactoryMiddleware<TResult, TOptions>.Options Property

 

Gets or sets the configuration options for the middleware.

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

Syntax

public TOptions Options { get; private set; }
public:
property TOptions Options {
    TOptions get();
    private: void set(TOptions value);
}
member Options : 'TOptions with get, private set
Public Property Options As TOptions
    Get
    Private Set
End Property

Property Value

Type: TOptions

The configuration options for the middleware.

See Also

IdentityFactoryMiddleware<TResult, TOptions> Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top