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