1 write to tokens
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
113this.tokens = tokens;
5 references to tokens
System.IdentityModel (5)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (5)
123for (int i = 0; i < this.tokens.Count; ++i) 125SecurityKey securityKey = this.tokens[i].ResolveKeyIdentifierClause(keyIdentifierClause); 199for (int i = 0; i < this.tokens.Count; ++i) 201if (this.tokens[i].MatchesKeyIdentifierClause(keyIdentifierClause)) 202return this.tokens[i];