OpenIdConnectEvents.OnRedirectToIdentityProviderForSignOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked before redirecting to the identity provider to sign out.
public:
property Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RedirectContext ^, System::Threading::Tasks::Task ^> ^ OnRedirectToIdentityProviderForSignOut { Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RedirectContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::RedirectContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext,System.Threading.Tasks.Task> OnRedirectToIdentityProviderForSignOut { get; set; }
member this.OnRedirectToIdentityProviderForSignOut : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext, System.Threading.Tasks.Task> with get, set
Public Property OnRedirectToIdentityProviderForSignOut As Func(Of RedirectContext, Task)
Property Value
Applies to
Feedback
Submit and view feedback for