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