WSFederationElement::RequireHttps Property

.NET Framework (current version)
 

Gets or sets the requireHttps attribute.

Namespace:   System.IdentityModel.Services.Configuration
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::Boolean

true 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
Return to top
Show: