SecurityHelper Constructor (IOwinContext)
Helper code used when implementing authentication middleware
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public SecurityHelper(
IOwinContext context
)
public:
SecurityHelper(
IOwinContext^ context
)
new :
context:IOwinContext -> SecurityHelper
Public Sub New (
context As IOwinContext
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
See Also
SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace
Return to top