8 overrides of TryResolveTokenCore
System.IdentityModel (4)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
177protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
System\IdentityModel\Tokens\AggregateTokenResolver.cs (1)
113protected override bool TryResolveTokenCore( SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token )
System\IdentityModel\Tokens\IssuerTokenResolver.cs (1)
127protected override bool TryResolveTokenCore( SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token )
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
157protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
System.ServiceModel (4)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
276protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
412protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
107protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
180protected override bool TryResolveTokenCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
2 references to TryResolveTokenCore
System.IdentityModel (2)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
44if (!this.TryResolveTokenCore(keyIdentifierClause, out token)) 57return this.TryResolveTokenCore(keyIdentifierClause, out token);