WsFederationAuthenticationNotifications.RedirectToIdentityProvider Property
Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public Func<RedirectToIdentityProviderNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> RedirectToIdentityProvider { get; set; }
public:
property Func<RedirectToIdentityProviderNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ RedirectToIdentityProvider {
Func<RedirectToIdentityProviderNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ get();
void set(Func<RedirectToIdentityProviderNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ value);
}
member RedirectToIdentityProvider : Func<RedirectToIdentityProviderNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> with get, set
Public Property RedirectToIdentityProvider As Func(Of RedirectToIdentityProviderNotification(Of WsFederationMessage, WsFederationAuthenticationOptions), Task)
Property Value
Type: System.Func<RedirectToIdentityProviderNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task>
Returns Func<T, TResult>.
See Also
WsFederationAuthenticationNotifications Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top