Share via


PipelineStage Enumeration

Specifies an enumeration of pipeline state.

Namespace:  Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Enumeration PipelineStage
'Usage
Dim instance As PipelineStage
public enum PipelineStage
public enum class PipelineStage
type PipelineStage
public enum PipelineStage

Members

Member name Description
AcquireState The state is AcquireState.

Authenticate The state is Authenticate.

Authorize The state is Authorize.

MapHandler The state is MapHandler.

PostAcquireState The state is PostAcquireState.

PostAuthenticate The state is PostAuthenticate.

PostAuthorize The state is PostAuthorize.

PostMapHandler The state is PostMapHandler.

PostResolveCache The state is PostResolveCache.

PreHandlerExecute The state is PreHandlerExecute.

ResolveCache The state is ResolveCache.

See Also

Reference

Owin Namespace