FederationConfiguration.WsFederationConfiguration Property

Definition

Gets or sets the configuration settings for the WS-Federation Authentication Module (WSFederationAuthenticationModule).

public:
 property System::IdentityModel::Services::Configuration::WsFederationConfiguration ^ WsFederationConfiguration { System::IdentityModel::Services::Configuration::WsFederationConfiguration ^ get(); void set(System::IdentityModel::Services::Configuration::WsFederationConfiguration ^ value); };
public System.IdentityModel.Services.Configuration.WsFederationConfiguration WsFederationConfiguration { get; set; }
member this.WsFederationConfiguration : System.IdentityModel.Services.Configuration.WsFederationConfiguration with get, set
Public Property WsFederationConfiguration As WsFederationConfiguration

Property Value

The configuration settings for the WS-Federation Authentication Module.

Exceptions

An attempt to set the property to null occurs.

Remarks

When initialized from a configuration file, this property is set by the <wsFederation> element.

Applies to