1 write to value
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2Id.cs (1)
46this.value = XmlConvert.VerifyNCName(value);
4 references to value
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2Id.cs (4)
60get { return this.value; } 77return (null != other) && StringComparer.Ordinal.Equals(this.value, other.Value); 86return this.value.GetHashCode(); 95return this.value;