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