Share via


SystemIdentityModelServicesSection.Current Propiedad

Definición

Obtiene una referencia a la sección de <system.identityModel.services> del archivo de configuración.

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

Valor de propiedad

Sección <system.identityModel.services> del archivo de configuración. null si el archivo de configuración no contiene una sección <system.identityModel.services>.

Se aplica a

Consulte también