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)
22
bool allowUnauthenticatedCallers = SspiSecurityTokenProvider.
DefaultAllowUnauthenticatedCallers
;
System\ServiceModel\Security\WindowsServiceCredential.cs (1)
9
bool allowAnonymousLogons = SspiSecurityTokenProvider.
DefaultAllowUnauthenticatedCallers
;