7 references to conditions
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlConditions.cs (7)
48this.conditions.Add(condition); 55get { return this.conditions; } 91this.conditions.MakeReadOnly(); 93foreach (SamlCondition condition in this.conditions) 141this.conditions.Add(condition); 174for (int i = 0; i < this.conditions.Count; i++) 176this.conditions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);