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