2 writes to allowAnonymousLogons
System.ServiceModel (2)
System\ServiceModel\Security\WindowsServiceCredential.cs (2)
20this.allowAnonymousLogons = other.allowAnonymousLogons; 34this.allowAnonymousLogons = value;
2 references to allowAnonymousLogons
System.ServiceModel (2)
System\ServiceModel\Security\WindowsServiceCredential.cs (2)
20this.allowAnonymousLogons = other.allowAnonymousLogons; 29return this.allowAnonymousLogons;