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