1 override of TryResolveTokenCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
156
protected 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)
21
if (!this.
TryResolveTokenCore
(keyIdentifier, out token))
34
return
TryResolveTokenCore
(keyIdentifier, out token);