WSFederationElement::PassiveRedirectEnabled Property
.NET Framework (current version)
Gets or sets the passiveRedirectEnabled attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("passiveRedirectEnabled", DefaultValue = true, IsRequired = false)] property bool PassiveRedirectEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue to enable the WS-Federation Authentication Module (WSFAM) to automatically redirect unauthorized requests to an STS; otherwise, false. The default is true, unauthorized requests are automatically redirected. Optional.
.NET Framework
Available since 4.5
Available since 4.5
Show: