2 writes to scopedSupportingTokenAuthenticatorSpecification
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
127this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(); 148this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.scopedSupportingTokenAuthenticatorSpecification);
12 references to scopedSupportingTokenAuthenticatorSpecification
System.ServiceModel (12)
System\ServiceModel\Security\SecurityProtocolFactory.cs (12)
148this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.scopedSupportingTokenAuthenticatorSpecification); 507return this.scopedSupportingTokenAuthenticatorSpecification; 680foreach (string action in this.scopedSupportingTokenAuthenticatorSpecification.Keys) 682ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = this.scopedSupportingTokenAuthenticatorSpecification[action]; 700foreach (string action in this.scopedSupportingTokenAuthenticatorSpecification.Keys) 702ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = this.scopedSupportingTokenAuthenticatorSpecification[action]; 815if (this.scopedSupportingTokenAuthenticatorSpecification.Count == 0) 824foreach (string action in this.scopedSupportingTokenAuthenticatorSpecification.Keys) 826ICollection<SupportingTokenAuthenticatorSpecification> scopedAuthenticators = this.scopedSupportingTokenAuthenticatorSpecification[action]; 1005this.scopedSupportingTokenAuthenticatorSpecification.Add(action, authenticatorSpecList); 1011if (this.scopedSupportingTokenAuthenticatorSpecification.TryGetValue(action, out existingList)) 1018this.scopedSupportingTokenAuthenticatorSpecification.Add(action, authenticatorSpecList);