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