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