FederationConfiguration.LoadConfiguration 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为来自配置文件的当前实例加载属性。 此方法由从配置设置中初始化新创建的 FederationConfiguration 构造函数调用。
protected:
void LoadConfiguration(System::IdentityModel::Services::Configuration::FederationConfigurationElement ^ element);
protected void LoadConfiguration (System.IdentityModel.Services.Configuration.FederationConfigurationElement element);
member this.LoadConfiguration : System.IdentityModel.Services.Configuration.FederationConfigurationElement -> unit
Protected Sub LoadConfiguration (element As FederationConfigurationElement)
参数
- element
- FederationConfigurationElement
要从中加载设置的 <federationConfiguration>
元素。 可以为 null
加载默认值。
注解
方法LoadConfiguration由构造函数调用,以从指定<federationConfiguration>
元素设置新创建的 FederationConfiguration 对象的属性。
如果 element
为 null
,则使用默认值加载实例。
如果没有配置文件,或者命名节不存在,则不会引发异常。 而是使用默认值加载实例。