1 write to basicSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
70
Add<SendSecurityHeaderElement>(ref this.
basicSupportingTokens
, tokenElement);
2 references to basicSupportingTokens
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (2)
65
return (this.
basicSupportingTokens
!= null) ? this.
basicSupportingTokens
.ToArray() : null;