SystemIdentityModelServicesSection.Current 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 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; }
static member Current : System.IdentityModel.Services.Configuration.SystemIdentityModelServicesSection
Public Shared ReadOnly Property Current As SystemIdentityModelServicesSection
Property Value
The <system.identityModel.services>
section from the configuration file. null
if the configuration file does not contain a <system.identityModel.services>
section.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.