SystemIdentityModelServicesSection.Current 属性

定义

从配置文件中获取对 <system.identityModel.services> 节的引用。Gets a reference to the <system.identityModel.services> section from the configuration file.

public:
 static property System::IdentityModel::Services::Configuration::SystemIdentityModelServicesSection ^ Current { System::IdentityModel::Services::Configuration::SystemIdentityModelServicesSection ^ get(); };
public static System.IdentityModel.Services.Configuration.SystemIdentityModelServicesSection Current { get; }
member this.Current : System.IdentityModel.Services.Configuration.SystemIdentityModelServicesSection
Public Shared ReadOnly Property Current As SystemIdentityModelServicesSection

属性值

SystemIdentityModelServicesSection

配置文件的 <system.identityModel.services> 部分。The <system.identityModel.services> section from the configuration file. 如果配置文件不包含 null 的部分,则为 <system.identityModel.services>null if the configuration file does not contain a <system.identityModel.services> section.

适用于