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