PipelineStage Enumeration
Specifies an enumeration of pipeline state.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| 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. |
Show: