1 write to signedSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
55
Add<SecurityToken>(ref this.
signedSupportingTokens
, token);
2 references to signedSupportingTokens
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (2)
50
return (this.
signedSupportingTokens
!= null) ? this.
signedSupportingTokens
.ToArray() : null;