4 writes to channelSupportingTokenAuthenticatorSpecification
System.ServiceModel (4)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
126this.channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(); 147this.channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.channelSupportingTokenAuthenticatorSpecification)); 1027this.channelSupportingTokenAuthenticatorSpecification = EmptyTokenAuthenticators; 1059this.channelSupportingTokenAuthenticatorSpecification =
16 references to channelSupportingTokenAuthenticatorSpecification
System.ServiceModel (16)
System\ServiceModel\Security\SecurityProtocolFactory.cs (16)
147this.channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.channelSupportingTokenAuthenticatorSpecification)); 499return this.channelSupportingTokenAuthenticatorSpecification; 676foreach (SupportingTokenAuthenticatorSpecification spec in this.channelSupportingTokenAuthenticatorSpecification) 696foreach (SupportingTokenAuthenticatorSpecification spec in this.channelSupportingTokenAuthenticatorSpecification) 738if (channelSupportingTokenAuthenticatorSpecification != null) 740foreach (SupportingTokenAuthenticatorSpecification spec in this.channelSupportingTokenAuthenticatorSpecification) 810return (Object.ReferenceEquals(this.channelSupportingTokenAuthenticatorSpecification, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>) this.channelSupportingTokenAuthenticatorSpecification; 835foreach (SupportingTokenAuthenticatorSpecification spec in this.channelSupportingTokenAuthenticatorSpecification) 999AddSupportingTokenAuthenticators(this.securityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1000AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalEndpointSupportingTokenParameters, true, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1023if (!this.channelSupportingTokenAuthenticatorSpecification.IsReadOnly) 1025if (this.channelSupportingTokenAuthenticatorSpecification.Count == 0) 1032foreach (SupportingTokenAuthenticatorSpecification tokenAuthenticatorSpec in this.channelSupportingTokenAuthenticatorSpecification) 1060new ReadOnlyCollection<SupportingTokenAuthenticatorSpecification>((Collection<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1063VerifyTypeUniqueness(this.channelSupportingTokenAuthenticatorSpecification);