2 references to MatchesKeyIdentifierClause
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
199if (_tokens[i].MatchesKeyIdentifierClause(keyIdentifierClause))
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityToken.cs (1)
42if (this.SecurityKeys.Count != 0 && MatchesKeyIdentifierClause(keyIdentifierClause))