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