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