5 writes to name
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAttribute.cs (5)
40
this.
name
= StringUtil.OptimizeString(attributeName);
72
this.
name
= claim.ClaimType;
77
this.
name
= StringUtil.OptimizeString(claim.ClaimType.Substring(lastSlashIndex + 1, claim.ClaimType.Length - (lastSlashIndex + 1)));
94
this.
name
= StringUtil.OptimizeString(value);
227
this.
name
= reader.GetAttribute(dictionary.AttributeName, null);
8 references to name
System.IdentityModel (8)
System\IdentityModel\Tokens\SamlAttribute.cs (8)
42
this.claimType = string.IsNullOrEmpty(this.nameSpace) ? this.
name
: this.nameSpace + "/" + this.
name
;
85
get { return this.
name
; }
206
if (string.IsNullOrEmpty(this.
name
))
228
if (string.IsNullOrEmpty(this.
name
))
235
this.claimType = string.IsNullOrEmpty(this.nameSpace) ? this.
name
: this.nameSpace + "/" + this.
name
;
272
writer.WriteString(this.
name
);