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