5 references to SupportingTokens
System.ServiceModel (5)
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (1)
374binding.SetUpDelayedSecurityExecution(ref message, primaryToken, secondaryToken, this.SupportingTokens, binding.GetSignatureConfirmationCorrelationState(OldCorrelationState, NewCorrelationState));
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
296binding.SetUpDelayedSecurityExecution(ref message, signingToken, encryptionToken, sourceToken, tokenParameters, this.SupportingTokens, newCorrelationState);
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (1)
206this.binding.SetupDelayedSecurityExecution(actor, ref message, signingToken, sourceToken, tokenParameters, this.SupportingTokens);
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
415symmetricBinding.SetUpDelayedSecurityExecution(ref message, prerequisiteWrappingToken, token, tokenParameters, this.SupportingTokens, Binding.GetSignatureConfirmationCorrelationState(OldCorrelationState, NewCorrelationState));
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
290this.binding.SetUpDelayedSecurityExecution(ref this.message, this.actor, this.SupportingTokens);