Microsoft.Owin.Security.Infrastructure Namespace
The Microsoft.Owin.Security.Infrastructure namespace contains types used when implementing authentication classes.
| Class | Description | |
|---|---|---|
![]() | AuthenticationHandler | Base class for the per-request work performed by most authentication middleware. |
![]() | AuthenticationHandler<TOptions> | Base class for the per-request work performed by most authentication middleware. |
![]() | AuthenticationMiddleware<TOptions> | Represents an authentication middleware. |
![]() | AuthenticationTokenCreateContext | |
![]() | AuthenticationTokenProvider | |
![]() | AuthenticationTokenReceiveContext |
| Structure | Description | |
|---|---|---|
![]() | SecurityHelper | Helper code used when implementing authentication middleware |
| Interface | Description | |
|---|---|---|
![]() | IAuthenticationTokenProvider |
Show:


