4 overrides of TryResolveTokenCore
System.ServiceModel.Primitives (3)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
146protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\IdentityModel\Tokens\AggregateTokenResolver.cs (1)
83protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
244protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SecurityTokenManagerTest.cs (1)
84protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
2 references to TryResolveTokenCore
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
21if (!TryResolveTokenCore(keyIdentifier, out token)) 34return TryResolveTokenCore(keyIdentifier, out token);