7 references to assertions
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlAdvice.cs (7)
59this.assertions.Add(assertion); 71get { return this.assertions; } 85foreach (SamlAssertion assertion in this.assertions) 90this.assertions.MakeReadOnly(); 132this.assertions.Add(assertion); 164for (int i = 0; i < this.assertions.Count; i++) 166this.assertions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);