AuthorizationFailedEventArgs.RedirectToIdentityProvider Property

Definition

Gets or sets a value that indicates whether the runtime (WSFederationAuthenticationModule) should redirect to an identity provider.

public:
 property bool RedirectToIdentityProvider { bool get(); void set(bool value); };
public bool RedirectToIdentityProvider { get; set; }
member this.RedirectToIdentityProvider : bool with get, set
Public Property RedirectToIdentityProvider As Boolean

Property Value

true to redirect; otherwise, false.

Applies to