7 references to DenyOnlySid
System.IdentityModel (5)
System\IdentityModel\Claims\Claim.cs (1)
119
return new Claim(ClaimTypes.
DenyOnlySid
, sid, Rights.PossessProperty);
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
189
ClaimTypes.
DenyOnlySid
== claimType ||
201
else if (this.claims == null && (ClaimTypes.Sid == claimType || ClaimTypes.
DenyOnlySid
== claimType))
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
1527
else if (SysClaimTypes.
DenyOnlySid
.Equals(claim.ClaimType))
1657
return new SysClaim(SysClaimTypes.
DenyOnlySid
, new SecurityIdentifier(sidBytes, 0), right);
System.ServiceModel (2)
System\ServiceModel\Security\SctClaimSerializer.cs (2)
73
else if (ClaimTypes.
DenyOnlySid
.Equals(claim.ClaimType))
247
return new Claim(ClaimTypes.
DenyOnlySid
, new SecurityIdentifier(sidBytes, 0), right);