9 references to Identity
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (1)
85
s_system = new Claim(ClaimTypes.System, XsiConstants.System, Rights.
Identity
);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimSet.cs (1)
71
Rights.
Identity
.Equals(right) ||
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (4)
165
claims.Add(new Claim(ClaimTypes.Thumbprint, thumbprint, Rights.
Identity
));
246
if (right == null || Rights.
Identity
.Equals(right))
248
yield return new Claim(ClaimTypes.Thumbprint, _certificate.GetCertHash(), Rights.
Identity
);
367
claims.Add(new Claim(ClaimTypes.X500DistinguishedName, x500DistinguishedName, Rights.
Identity
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (3)
489
foreach (Claim claim in claimSet.FindClaims(null, Rights.
Identity
))
512
identityClaim = new Claim(ClaimTypes.Upn, principalName, Rights.
Identity
);
521
identityClaim = new Claim(ClaimTypes.Spn, principalName, Rights.
Identity
);