2 writes to name
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (2)
37this.name = name; 61this.name = ((NTAccount)this.sid.Translate(typeof(NTAccount))).Value;
2 references to name
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (2)
60if (this.name == null) 62return this.name;