5 references to Attributes
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (5)
1251
foreach (SamlAttribute attr in samlStatement.
Attributes
)
2536
attributeStatement.
Attributes
.Add(ReadAttribute(reader));
2544
if (attributeStatement.
Attributes
.Count == 0)
2578
for (int i = 0; i < statement.
Attributes
.Count; i++)
2580
WriteAttribute(writer, statement.
Attributes
[i]);