7 references to Right
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs (3)
150if (claim1.ClaimType != claim2.ClaimType || claim1.Right != claim2.Right) 161return claim.ClaimType.GetHashCode() ^ claim.Right.GetHashCode()
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimSet.cs (1)
100IEnumerable<Claim> claims = FindClaims(claim.ClaimType, claim.Right);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\DefaultClaimSet.cs (1)
79(anyRight || right == claim.Right))
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
291(anyRight || right.Equals(claim.Right)))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
93&& identity.IdentityClaim.Right == Rights.PossessProperty