4 references to OutgoingSupportingTokens
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
169result.OutgoingSupportingTokens.Add(_outgoingSupportingTokens[i]);
System\ServiceModel\Security\SecurityProtocol.cs (2)
480for (int i = 0; i < supportingTokensProperty.OutgoingSupportingTokens.Count; ++i) 482SupportingTokenSpecification spec = supportingTokensProperty.OutgoingSupportingTokens[i];
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
678supportingTokenProperty.OutgoingSupportingTokens.Add(new SupportingTokenSpecification(currentSessionToken, EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, SecurityTokenAttachmentMode.Endorsing, IssuedSecurityTokenParameters));