1 write to groups
System.IdentityModel (1)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
128
this.
groups
= new GroupSidClaimCollection(this.windowsIdentity);
2 references to groups
System.IdentityModel (2)
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
126
if (this.
groups
== null)
130
return this.
groups
;