FederationConfigurationElement::WsFederation Property

.NET Framework (current version)
 

Gets or sets the child <wsFederation> element.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("wsFederation", IsRequired = false)]
property WSFederationElement^ WsFederation {
	WSFederationElement^ get();
	void set(WSFederationElement^ value);
}

Property Value

Type: System.IdentityModel.Services.Configuration::WSFederationElement^

The child <wsFederation> element.

The <wsFederation> element provides configuration for the WS-Federation Configuration Module (WSFederationAuthenticationModule).

.NET Framework
Available since 4.5
Return to top
Show: