BaseContext<TOptions> Constructor (IOwinContext, TOptions)

 

Namespace:   Microsoft.Owin.Security.Provider
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

protected BaseContext(
    IOwinContext context,
    TOptions options
)
protected:
BaseContext(
    IOwinContext^ context,
    TOptions options
)
new : 
        context:IOwinContext *
        options:'TOptions -> BaseContext
Protected Sub New (
    context As IOwinContext,
    options As TOptions
)

See Also

BaseContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace

Return to top