1 write to includeWindowsGroups
System.IdentityModel (1)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
64this.includeWindowsGroups = includeWindowsGroups;
3 references to includeWindowsGroups
System.IdentityModel (3)
System\IdentityModel\Claims\WindowsClaimSet.cs (3)
70: this(from.WindowsIdentity, from.authenticationType, from.includeWindowsGroups, from.expirationTime, true) 162if (this.includeWindowsGroups) 223if (this.includeWindowsGroups && (right == null || Rights.PossessProperty == right))