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 NotificationResultState State { get; set; }
public:
property NotificationResultState State {
NotificationResultState get();
void set(NotificationResultState value);
}
member State : NotificationResultState with get, set
Public Property State As NotificationResultState
Property Value
Type: Microsoft.Owin.Security.Notifications.NotificationResultState
See Also
RedirectToIdentityProviderNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace
Return to top