NotificationResultState Enumeration

 

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

public enum class NotificationResultState

Member nameDescription
Continue

Continue with normal processing.

HandledResponse

Discontinue all processing for this request.

Skipped

Discontinue processing the request in the current middleware and pass control to the next one.

Return to top
Show: