2 references to CombinedPrimaryTokenResolver
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (1)
46token = ResolveKeyIdentifier(headerXml.KeyIdentifier, this.CombinedPrimaryTokenResolver, false);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
102encryptionToken = ResolveKeyIdentifier(encryptedData.KeyIdentifier, this.CombinedPrimaryTokenResolver, false);