2 writes to sid
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (2)
23this.sid = sid; 36this.sid = sid;
4 references to sid
System.ServiceModel (4)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (4)
43get { return this.sid; } 61this.name = ((NTAccount)this.sid.Translate(typeof(NTAccount))).Value; 75return this.sid == sidIdentity.SecurityIdentifier; 80return this.sid.GetHashCode();