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