Share via


SystemIdentityModelServicesSection.Current 属性

定义

从配置文件中获取对 <system.identityModel.services> 节的引用。

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

属性值

配置文件的 <system.identityModel.services> 部分。 如果配置文件不包含 null 的部分,则为 <system.identityModel.services>

适用于

另请参阅