17 references to Values
System.IdentityModel (17)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
3237attribute.Values.Add(null); 3242attribute.Values.Add(""); 3246attribute.Values.Add(reader.ReadElementString()); 3309foreach (string value in data.Values)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (13)
1184foreach (string attributeValue in saml2Attribute.Values) 1186distinctAttributes[attributeKey].Values.Add(attributeValue); 1841foreach (string value in attribute.Values) 1884if (subject == null || attribute == null || attribute.Values == null || attribute.Values.Count < 1) 1892foreach (string attributeValue in attribute.Values) 1919for (int k = 0; k < innerAttribute.Values.Count; ++k) 1924claim = new Claim(innerAttribute.Name, innerAttribute.Values[k], innerAttribute.AttributeValueXsiType, issuer); 1928claim = new Claim(innerAttribute.Name, innerAttribute.Values[k], innerAttribute.AttributeValueXsiType, issuer, originalIssuer); 3077attribute.Values.Add(null); 3082attribute.Values.Add(string.Empty); 3086attribute.Values.Add(this.ReadAttributeValue(reader, attribute)); 3234foreach (string value in data.Values)