12 references to attributes
System.IdentityModel (12)
System\IdentityModel\Tokens\SamlAttributeStatement.cs (12)
37this.attributes.Add(attribute); 45get { return this.attributes; } 57foreach (SamlAttribute attribute in attributes) 62this.attributes.MakeReadOnly(); 73if (this.attributes.Count == 0) 112this.attributes.Add(attribute); 120if (this.attributes.Count == 0) 147for (int i = 0; i < this.attributes.Count; i++) 149this.attributes[i].WriteXml(writer, samlSerializer, keyInfoSerializer); 160for (int i = 0; i < attributes.Count; i++) 162if (attributes[i] != null) 164ReadOnlyCollection<Claim> attributeClaims = attributes[i].ExtractClaims();