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