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