3 writes to supportingTokens
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (3)
947this.binding.AddMessageSupportingTokens(message, ref this.supportingTokens); 954if (this.binding.TryGetSupportingTokens(this.binding.SecurityProtocolFactory, this.binding.Target, this.binding.Via, this.message, timeoutHelper.RemainingTime(), false, out supportingTokens)) 960this.supportingTokens = new Collection<SupportingTokenSpecification>();
3 references to supportingTokens
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (3)
874get { return this.supportingTokens; } 916this.supportingTokens.Add(new SupportingTokenSpecification(SecurityTokenProvider.SecurityTokenAsyncResult.End(result), EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.SecurityTokenAttachmentMode, spec.TokenParameters)); 920this.supportingTokens.Add(new SupportingTokenSpecification(spec.TokenProvider.EndGetToken(result), EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.SecurityTokenAttachmentMode, spec.TokenParameters));