8 references to Spn
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
84|| ClaimTypes.Spn.Equals(identity.IdentityClaim.ClaimType)
System.ServiceModel.Primitives (7)
System\IdentityModel\Claims\Claim.cs (1)
166return new Claim(ClaimTypes.Spn, spn, Rights.PossessProperty);
System\ServiceModel\EndpointIdentity.cs (1)
59else if (identity.ClaimType.Equals(ClaimTypes.Spn))
System\ServiceModel\Security\IdentityVerifier.cs (1)
194IEnumerable<Claim> claims = claimSet.FindClaims(ClaimTypes.Spn, Rights.PossessProperty);
System\ServiceModel\Security\SecurityUtils.cs (2)
211if (ClaimTypes.Spn.Equals(identity.IdentityClaim.ClaimType)) 431identityClaim = new Claim(ClaimTypes.Spn, principalName, Rights.Identity);
System\ServiceModel\SpnEndpointIdentity.cs (2)
31if (!identity.ClaimType.Equals(ClaimTypes.Spn)) 33throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SRP.Format(SRP.UnrecognizedClaimTypeForIdentity, identity.ClaimType, ClaimTypes.Spn));