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