Microsoft.Owin.Security.Infrastructure Namespace

 

The Microsoft.Owin.Security.Infrastructure namespace contains types used when implementing authentication classes.

Classes

Class Description
System_CAPS_pubclass AuthenticationHandler

Base class for the per-request work performed by most authentication middleware.

System_CAPS_pubclass AuthenticationHandler<TOptions>

Base class for the per-request work performed by most authentication middleware.

System_CAPS_pubclass AuthenticationMiddleware<TOptions>

Represents an authentication middleware.

System_CAPS_pubclass AuthenticationTokenCreateContext

System_CAPS_pubclass AuthenticationTokenProvider

System_CAPS_pubclass AuthenticationTokenReceiveContext

Structures

Structure Description
System_CAPS_pubstructure SecurityHelper

Helper code used when implementing authentication middleware

Interfaces

Interface Description
System_CAPS_pubinterface IAuthenticationTokenProvider

Return to top