3 writes to name
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubject.cs (3)
68
this.
name
= name;
86
this.
name
= value;
277
this.
name
= reader.ReadString();
9 references to name
System.IdentityModel (9)
System\IdentityModel\Tokens\SamlSubject.cs (9)
77
get { return this.
name
; }
197
if ((this.confirmationMethods.Count == 0) && (string.IsNullOrEmpty(
name
)))
209
if (!string.IsNullOrEmpty(this.
name
))
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));
279
if (this.
name
== null)
333
if ((this.confirmationMethods.Count == 0) && (string.IsNullOrEmpty(
name
)))
359
if (this.
name
!= null)
374
writer.WriteString(this.
name
);