2 references to EmptyTokenAuthenticators
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
810return (Object.ReferenceEquals(this.channelSupportingTokenAuthenticatorSpecification, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>) this.channelSupportingTokenAuthenticatorSpecification; 1027this.channelSupportingTokenAuthenticatorSpecification = EmptyTokenAuthenticators;