1 write to endorsingSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
100Add<SecurityToken>(ref this.endorsingSupportingTokens, token);
3 references to endorsingSupportingTokens
System.ServiceModel (3)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (3)
60get { return this.endorsingSupportingTokens; } 95return (this.endorsingSupportingTokens != null) ? this.endorsingSupportingTokens.ToArray() : null;