1 write to recipientAsymmetricTokenProvider
System.ServiceModel (1)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (1)
257this.recipientAsymmetricTokenProvider = this.SecurityTokenManager.CreateSecurityTokenProvider(requirement);
6 references to recipientAsymmetricTokenProvider
System.ServiceModel (6)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (6)
68return this.recipientAsymmetricTokenProvider; 156if (this.recipientAsymmetricTokenProvider != null) 158SecurityUtils.CloseTokenProviderIfRequired(this.recipientAsymmetricTokenProvider, timeoutHelper.RemainingTime()); 172if (this.recipientAsymmetricTokenProvider != null) 174SecurityUtils.AbortTokenProviderIfRequired(this.recipientAsymmetricTokenProvider); 258Open("RecipientAsymmetricTokenProvider", this.RequiresAsymmetricTokenProviderForForwardDirection, this.recipientAsymmetricTokenProvider, timeoutHelper.RemainingTime());