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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.