3 writes to conditions
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertion.cs (3)
74
this.
conditions
= samlConditions;
173
this.
conditions
= value;
540
this.
conditions
= samlSerializer.LoadConditions(wrappedReader, keyInfoSerializer, outOfBandTokenResolver);
6 references to conditions
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlAssertion.cs (6)
167
get { return this.
conditions
; }
248
if (this.
conditions
!= null)
249
this.
conditions
.MakeReadOnly();
541
if (this.
conditions
== null)
649
if (this.
conditions
!= null)
651
this.
conditions
.WriteXml(writer, samlSerializer, keyInfoSerializer);