1 write to ScopedSupportingTokenProviderSpecification
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
301
ScopedSupportingTokenProviderSpecification
= new Dictionary<string, ICollection<SupportingTokenProviderSpecification>>();
10 references to ScopedSupportingTokenProviderSpecification
System.ServiceModel.Primitives (10)
System\ServiceModel\Security\SecurityProtocol.cs (10)
252
if (
ScopedSupportingTokenProviderSpecification
.Count == 0)
261
foreach (string action in
ScopedSupportingTokenProviderSpecification
.Keys)
263
ICollection<SupportingTokenProviderSpecification> scopedProviders =
ScopedSupportingTokenProviderSpecification
[action];
309
ScopedSupportingTokenProviderSpecification
.Add(action, providerSpecList);
316
if (
ScopedSupportingTokenProviderSpecification
.TryGetValue(action, out existingList))
323
ScopedSupportingTokenProviderSpecification
.Add(action, providerSpecList);
379
foreach (string action in
ScopedSupportingTokenProviderSpecification
.Keys)
381
ICollection<SupportingTokenProviderSpecification> supportingProviders =
ScopedSupportingTokenProviderSpecification
[action];
400
foreach (string action in
ScopedSupportingTokenProviderSpecification
.Keys)
402
ICollection<SupportingTokenProviderSpecification> supportingProviders =
ScopedSupportingTokenProviderSpecification
[action];