5 references to RecipientAsymmetricTokenProvider
System.ServiceModel (5)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (2)
152return this.Factory.RecipientAsymmetricTokenProvider; 354securityHeader.ConfigureSymmetricBindingServerReceiveHeader(this.Factory.RecipientAsymmetricTokenProvider.GetToken(timeoutHelper.RemainingTime()), this.Factory.SecurityTokenParameters, supportingAuthenticators);
System\ServiceModel\Security\SymmetricSecurityProtocolFactory.cs (3)
171if (this.RecipientSymmetricTokenAuthenticator != null && this.RecipientAsymmetricTokenProvider != null) 186if (this.RecipientAsymmetricTokenProvider != null) 188Open("RecipientAsymmetricTokenProvider", true, this.RecipientAsymmetricTokenProvider, timeoutHelper.RemainingTime());