1 write to name
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlNameIdentifierClaimResource.cs (1)
35this.name = name;
5 references to name
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlNameIdentifierClaimResource.cs (5)
26if (string.IsNullOrEmpty(this.name)) 60return this.name; 76return ((this.nameQualifier == rhs.nameQualifier) && (this.format == rhs.format) && (this.name == rhs.name)); 81return this.name.GetHashCode();