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