1 write to claims
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSubject.cs (1)
208this.claims = new List<Claim>();
4 references to claims
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlSubject.cs (4)
206if (this.claims == null) 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)); 216return this.claims.AsReadOnly();