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