7 references to ElementContainer
System.ServiceModel (7)
System\ServiceModel\Security\SecurityAppliedMessage.cs (3)
225if (this.securityHeader.ElementContainer != null && this.securityHeader.ElementContainer.EndorsingSupportingTokens != null) 227foreach (SecurityToken token in this.securityHeader.ElementContainer.EndorsingSupportingTokens)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (4)
144this.ElementContainer.MapSecurityTokenToStrClause(token, keyIdentifierClause); 191this.ElementContainer.MapSecurityTokenToStrClause(signedEncryptedTokenElement.Token, keyIdentifierClause); 520AddPrimaryTokenSignatureReference(this.ElementContainer.SourceSigningToken, this.SigningTokenParameters); 727if (this.ElementContainer.TryGetIdentifierClauseFromSecurityToken(securityToken, out keyIdentifierClause))