Udostępnij za pośrednictwem


WsFederationEvents.OnRedirectToIdentityProvider Właściwość

Definicja

Wywoływane w celu manipulowania przekierowaniami do dostawcy tożsamości dla funkcji SignIn, SignOut lub 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)

Wartość właściwości

Dotyczy