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