Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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