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