8 references to Add
System.ServiceModel (8)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (8)
55Add<SecurityToken>(ref this.signedSupportingTokens, token); 70Add<SendSecurityHeaderElement>(ref this.basicSupportingTokens, tokenElement); 80Add<SecurityToken>(ref this.signedEndorsingSupportingTokens, token); 90Add<SecurityToken>(ref this.signedEndorsingDerivedSupportingTokens, token); 100Add<SecurityToken>(ref this.endorsingSupportingTokens, token); 110Add<SecurityToken>(ref this.endorsingDerivedSupportingTokens, token); 120Add<SendSecurityHeaderElement>(ref this.signatureConfirmations, confirmation); 130Add<SendSecurityHeaderElement>(ref this.endorsingSignatures, signature);