9 references to assertions
System.IdentityModel (9)
System\IdentityModel\Tokens\SamlEvidence.cs (9)
54this.assertions.Add(assertion); 70get { return this.assertions; } 82foreach (SamlAssertion assertion in this.assertions) 88this.assertions.MakeReadOnly(); 96if ((this.assertions.Count == 0) && (this.assertionIdReferences.Count == 0)) 125this.assertions.Add(assertion); 131if ((this.assertionIdReferences.Count == 0) && (this.assertions.Count == 0)) 160for (int i = 0; i < this.assertions.Count; i++) 162this.assertions[i].WriteXml(writer, samlSerializer, keyInfoSerializer);