8 references to Right
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
452&& identity.IdentityClaim.Right == Rights.PossessProperty
System.ServiceModel.Primitives (7)
System\IdentityModel\Claims\ClaimComparer.cs (3)
168if (claim1.ClaimType != claim2.ClaimType || claim1.Right != claim2.Right) 183return claim.ClaimType.GetHashCode() ^ claim.Right.GetHashCode()
System\IdentityModel\Claims\ClaimSet.cs (1)
89IEnumerable<Claim> claims = FindClaims(claim.ClaimType, claim.Right);
System\IdentityModel\Claims\DefaultClaimSet.cs (1)
82(anyRight || right == claim.Right))
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
311(anyRight || right.Equals(claim.Right)))
System\ServiceModel\Security\IdentityVerifier.cs (1)
93&& identity.IdentityClaim.Right == Rights.PossessProperty