3 writes to nameFormat
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubject.cs (3)
69this.nameFormat = nameFormat; 98this.nameFormat = value; 273this.nameFormat = reader.GetAttribute(dictionary.NameIdentifierFormat, null);
5 references to nameFormat
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlSubject.cs (5)
92get { return this.nameFormat; } 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)); 362if (this.nameFormat != null) 365writer.WriteString(this.nameFormat);