WsFederationEvents.OnRedirectToIdentityProvider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用以操作重新導向至 SignIn、SignOut 或 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)