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