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