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