Share via


BaseContext Constructor (IOwinContext)

 

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

Syntax

protected BaseContext(
    IOwinContext context
)
protected:
BaseContext(
    IOwinContext^ context
)
new : 
        context:IOwinContext -> BaseContext
Protected Sub New (
    context As IOwinContext
)

See Also

BaseContext Class
Microsoft.Owin.Security.Provider Namespace

Return to top