1 write to scopedSupportingTokenProviderSpecification
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
378this.scopedSupportingTokenProviderSpecification = new Dictionary<string, ICollection<SupportingTokenProviderSpecification>>();
8 references to scopedSupportingTokenProviderSpecification
System.ServiceModel (8)
System\ServiceModel\Security\SecurityProtocol.cs (8)
83return this.scopedSupportingTokenProviderSpecification; 386this.scopedSupportingTokenProviderSpecification.Add(action, providerSpecList); 392if (this.scopedSupportingTokenProviderSpecification.TryGetValue(action, out existingList)) 399this.scopedSupportingTokenProviderSpecification.Add(action, providerSpecList); 453foreach (string action in this.scopedSupportingTokenProviderSpecification.Keys) 455ICollection<SupportingTokenProviderSpecification> supportingProviders = this.scopedSupportingTokenProviderSpecification[action]; 473foreach (string action in this.scopedSupportingTokenProviderSpecification.Keys) 475ICollection<SupportingTokenProviderSpecification> supportingProviders = this.scopedSupportingTokenProviderSpecification[action];