1 override of TryResolveTokenCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
175protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
2 references to TryResolveTokenCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
44if (!this.TryResolveTokenCore(keyIdentifierClause, out token)) 57return this.TryResolveTokenCore(keyIdentifierClause, out token);