1 write to AllowUnauthenticatedCallers
System.ServiceModel (1)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
142authenticator.AllowUnauthenticatedCallers = parent.WindowsAuthentication.AllowAnonymousLogons;
1 reference to AllowUnauthenticatedCallers
System.ServiceModel (1)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
137SecurityUtils.ValidateAnonymityConstraint(windowsIdentity, this.AllowUnauthenticatedCallers);