RedirectToIdentityProviderNotification<TMessage, TOptions>.State Property
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