3 references to NameIdentifier
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubject.cs (3)
118return ClaimTypes.NameIdentifier; 211this.claims.Add(new Claim(ClaimTypes.NameIdentifier, new SamlNameIdentifierClaimResource(this.name, this.nameQualifier, this.nameFormat), Rights.Identity)); 212this.claims.Add(new Claim(ClaimTypes.NameIdentifier, new SamlNameIdentifierClaimResource(this.name, this.nameQualifier, this.nameFormat), Rights.PossessProperty));