WsFederationEvents.OnRedirectToIdentityProvider Property

Definition

Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge.

public:
 property Func<Microsoft::AspNetCore::Authentication::WsFederation::RedirectContext ^, System::Threading::Tasks::Task ^> ^ OnRedirectToIdentityProvider { Func<Microsoft::AspNetCore::Authentication::WsFederation::RedirectContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::WsFederation::RedirectContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.WsFederation.RedirectContext,System.Threading.Tasks.Task> OnRedirectToIdentityProvider { get; set; }
member this.OnRedirectToIdentityProvider : Func<Microsoft.AspNetCore.Authentication.WsFederation.RedirectContext, System.Threading.Tasks.Task> with get, set
Public Property OnRedirectToIdentityProvider As Func(Of RedirectContext, Task)

Property Value

Applies to