FederationConfiguration.WsFederationConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.