Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> RedirectToIdentityProvider { get; set; }
public:
property Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ RedirectToIdentityProvider {
Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ get();
void set(Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ value);
}
member RedirectToIdentityProvider : Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> with get, set
Public Property RedirectToIdentityProvider As Func(Of RedirectToIdentityProviderNotification(Of OpenIdConnectMessage, OpenIdConnectAuthenticationOptions), Task)
Property Value
Type: System.Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>
Returns Func<T, TResult>.
See Also
OpenIdConnectAuthenticationNotifications Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top