3 references to DefaultAllowUnauthenticatedCallers
System.ServiceModel (3)
System\ServiceModel\Configuration\WindowsServiceElement.cs (1)
28[ConfigurationProperty(ConfigurationStrings.AllowAnonymousLogons, DefaultValue = SspiSecurityTokenProvider.DefaultAllowUnauthenticatedCallers)]
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (1)
22bool allowUnauthenticatedCallers = SspiSecurityTokenProvider.DefaultAllowUnauthenticatedCallers;
System\ServiceModel\Security\WindowsServiceCredential.cs (1)
9bool allowAnonymousLogons = SspiSecurityTokenProvider.DefaultAllowUnauthenticatedCallers;