5 references to Upn
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (1)
155return new Claim(ClaimTypes.Upn, upn, Rights.PossessProperty, ClaimComparer.Upn);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs (1)
47if (claimType == ClaimTypes.Upn)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
231ClaimTypes.Upn.Equals(claimType) ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
391else if (ClaimTypes.Upn.Equals(identity.IdentityClaim.ClaimType)) 512identityClaim = new Claim(ClaimTypes.Upn, principalName, Rights.Identity);