2 writes to isClientAnonymous
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
199this.isClientAnonymous = value; 446this.isClientAnonymous = false;
1 reference to isClientAnonymous
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
194return this.isClientAnonymous;