1 write to strEntries
System.IdentityModel (1)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
187this.strEntries = strEntries;
9 references to strEntries
System.IdentityModel (9)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (9)
200return this.strEntries; 251for (int i = 0; i < this.strEntries.Count; ++i) 253if (this.strEntries[i].CanReadClause(reader, tokenType)) 255clause = this.strEntries[i].ReadClause(reader, nonce, length, tokenType); 276for (int i = 0; i < this.strEntries.Count; ++i) 278if (this.strEntries[i].SupportsCore(keyIdentifierClause)) 288for (int i = 0; i < this.strEntries.Count; ++i) 290if (this.strEntries[i].SupportsCore(keyIdentifierClause)) 293this.strEntries[i].WriteContent(writer, keyIdentifierClause);