1 write to emptyTokenAuthenticators
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
347emptyTokenAuthenticators = Array.AsReadOnly(new SupportingTokenAuthenticatorSpecification[0]);
2 references to emptyTokenAuthenticators
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
345if (emptyTokenAuthenticators == null) 349return emptyTokenAuthenticators;