1 override of TryResolveTokenCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
156protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
2 references to TryResolveTokenCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
21if (!this.TryResolveTokenCore(keyIdentifier, out token)) 34return TryResolveTokenCore(keyIdentifier, out token);