WSFederationElement::RequireHttps Property
.NET Framework (current version)
Gets or sets the requireHttps attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("requireHttps", DefaultValue = true, IsRequired = false)] property bool RequireHttps { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue to specify that the WS-Federation Authentication Module (WSFAM) to only redirect to a secure URL for the STS; otherwise, false. The default is true, the WSFAM only redirects to a secure URL for the STS. Optional.
.NET Framework
Available since 4.5
Available since 4.5
Show: