Base:
method
TryResolveTokenCore
System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause, out System.IdentityModel.Tokens.SecurityToken)
1 override of TryResolveTokenCore
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
2176
protected override bool
TryResolveTokenCore
(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityToken token)
1 reference to TryResolveTokenCore
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
2185
resolved = base.
TryResolveTokenCore
(keyIdentifierClause, out token);