Microsoft.Owin.Security.Infrastructure Namespace
The Microsoft.Owin.Security.Infrastructure namespace contains types used when implementing authentication classes.
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 |
Structures
Structure | Description | |
---|---|---|
SecurityHelper | Helper code used when implementing authentication middleware |
Interfaces
Interface | Description | |
---|---|---|
IAuthenticationTokenProvider |
Return to top