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