4 references to Attributes
System.IdentityModel (4)
System\IdentityModel\Claims\WindowsClaimSet.cs (4)
289if ((group.Attributes & mask) == NativeMethods.SE_GROUP_ENABLED) 293else if ((group.Attributes & mask) == NativeMethods.SE_GROUP_USE_FOR_DENY_ONLY) 360if (user.Attributes == 0) 365else if ((user.Attributes & mask) == NativeMethods.SE_GROUP_USE_FOR_DENY_ONLY)