2 references to EmptyTokenProviders
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocol.cs (2)
178return (this.channelSupportingTokenProviderSpecification == EmptyTokenProviders) ? null : (IList<SupportingTokenProviderSpecification>)this.channelSupportingTokenProviderSpecification; 408this.channelSupportingTokenProviderSpecification = EmptyTokenProviders;