8 overrides of TryResolveTokenCore
System.IdentityModel (4)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
157protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\IdentityModel\Tokens\AggregateTokenResolver.cs (1)
86protected override bool TryResolveTokenCore( SecurityKeyIdentifier keyIdentifier, out SecurityToken token )
System\IdentityModel\Tokens\IssuerTokenResolver.cs (1)
105protected override bool TryResolveTokenCore( SecurityKeyIdentifier keyIdentifier, out SecurityToken token )
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
131protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System.ServiceModel (4)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
264protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
406protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
136protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
194protected override bool TryResolveTokenCore(SecurityKeyIdentifier keyIdentifier, out SecurityToken token)
2 references to TryResolveTokenCore
System.IdentityModel (2)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
21if (!this.TryResolveTokenCore(keyIdentifier, out token)) 34return TryResolveTokenCore(keyIdentifier, out token);