11 references to SystemIdentityModelSection
System.IdentityModel (11)
System\IdentityModel\Configuration\IdentityConfiguration.cs (6)
51SystemIdentityModelSection section = SystemIdentityModelSection.Current; 76SystemIdentityModelSection section = SystemIdentityModelSection.Current; 118SystemIdentityModelSection section = SystemIdentityModelSection.Current;
System\IdentityModel\Configuration\SystemIdentityModelSection.cs (5)
22/// Returns the current <see cref="SystemIdentityModelSection"/> reference 24public static SystemIdentityModelSection Current 28return ConfigurationManager.GetSection( SectionName ) as SystemIdentityModelSection; 39SystemIdentityModelSection section = SystemIdentityModelSection.Current;