OpenIdConnectAuthenticationNotifications.RedirectToIdentityProvider Property

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

'Declaration
Public Property RedirectToIdentityProvider As Func(Of RedirectToIdentityProviderNotification(Of OpenIdConnectMessage, OpenIdConnectAuthenticationOptions), Task)
    Get 
    Set
'Usage
Dim instance As OpenIdConnectAuthenticationNotifications 
Dim value As Func(Of RedirectToIdentityProviderNotification(Of OpenIdConnectMessage, OpenIdConnectAuthenticationOptions), Task)

value = instance.RedirectToIdentityProvider

instance.RedirectToIdentityProvider = value
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
function get RedirectToIdentityProvider () : Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>
function set RedirectToIdentityProvider (value : Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>)

Property Value

Type: System.Func<RedirectToIdentityProviderNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>
Returns Func<T, TResult>.

See Also

Reference

OpenIdConnectAuthenticationNotifications Class

Microsoft.Owin.Security.OpenIdConnect Namespace