6 references to Attributes
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
1828
foreach (Saml2Attribute attribute in statement.
Attributes
)
3332
statement.
Attributes
.Add(this.ReadAttribute(reader));
3341
if (0 == statement.
Attributes
.Count)
3384
if (data.
Attributes
== null || 0 == data.
Attributes
.Count)
3393
foreach (Saml2Attribute attribute in data.
Attributes
)