SystemIdentityModelServicesSection::Current Property

.NET Framework (current version)
 

Gets a reference to the <system.identityModel.services> section from the configuration file.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property SystemIdentityModelServicesSection^ Current {
	static SystemIdentityModelServicesSection^ get();
}

Property Value

Type: System.IdentityModel.Services.Configuration::SystemIdentityModelServicesSection^

The <system.identityModel.services> section from the configuration file. null if the configuration file does not contain a <system.identityModel.services> section.

.NET Framework
Available since 4.5
Return to top
Show: