Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public enum NotificationResultState
public enum class NotificationResultState
type NotificationResultState
Public Enumeration NotificationResultState
Members
Member name | Description | |
---|---|---|
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. |
See Also
Microsoft.Owin.Security.Notifications Namespace
Return to top