BaseContext Constructor

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

Syntax

'Declaration
Protected Sub New ( _
    context As IOwinContext _
)
'Usage
Dim context As IOwinContext 

Dim instance As New BaseContext(context)
protected BaseContext(
    IOwinContext context
)
protected:
BaseContext(
    IOwinContext^ context
)
new : 
        context:IOwinContext -> BaseContext
protected function BaseContext(
    context : IOwinContext
)

Parameters

See Also

Reference

BaseContext Class

Microsoft.Owin.Security.Provider Namespace