2 references to EmptyTokenAuthenticators
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
787
return (Object.ReferenceEquals(_channelSupportingTokenAuthenticatorSpecification,
EmptyTokenAuthenticators
)) ? null : (IList<SupportingTokenAuthenticatorSpecification>)_channelSupportingTokenAuthenticatorSpecification;
975
_channelSupportingTokenAuthenticatorSpecification =
EmptyTokenAuthenticators
;