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