7 references to conditions
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlConditions.cs (7)
48
this.
conditions
.Add(condition);
55
get { return this.
conditions
; }
91
this.
conditions
.MakeReadOnly();
93
foreach (SamlCondition condition in this.
conditions
)
141
this.
conditions
.Add(condition);
174
for (int i = 0; i < this.
conditions
.Count; i++)
176
this.
conditions
[i].WriteXml(writer, samlSerializer, keyInfoSerializer);