12 references to statements
System.IdentityModel (12)
System\IdentityModel\Tokens\SamlAssertion.cs (12)
82
this.
statements
.Add(samlStatement);
85
if (this.
statements
.Count == 0)
193
return this.
statements
;
254
foreach (SamlStatement statement in this.
statements
)
259
this.
statements
.MakeReadOnly();
389
if (this.
statements
.Count == 0)
408
for (int i = 0; i < this.
statements
.Count; ++i)
410
SamlSubjectStatement statement = this.
statements
[i] as SamlSubjectStatement;
564
this.
statements
.Add(statement);
568
if (this.
statements
.Count == 0)
660
for (int i = 0; i < this.
statements
.Count; i++)
662
this.
statements
[i].WriteXml(writer, samlSerializer, keyInfoSerializer);