2 writes to securityBindingElement
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
157this.securityBindingElement = (SecurityBindingElement) factory.securityBindingElement.Clone(); 521this.securityBindingElement = value;
10 references to securityBindingElement
System.ServiceModel (10)
System\ServiceModel\Security\SecurityProtocolFactory.cs (10)
155if (factory.securityBindingElement != null) 157this.securityBindingElement = (SecurityBindingElement) factory.securityBindingElement.Clone(); 513get { return this.securityBindingElement; } 881requirement.SecurityBindingElement = this.securityBindingElement; 999AddSupportingTokenAuthenticators(this.securityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1000AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalEndpointSupportingTokenParameters, true, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1001foreach (string action in this.securityBindingElement.OperationSupportingTokenParameters.Keys) 1004AddSupportingTokenAuthenticators(this.securityBindingElement.OperationSupportingTokenParameters[action], false, authenticatorSpecList); 1007foreach (string action in this.securityBindingElement.OptionalOperationSupportingTokenParameters.Keys) 1020this.AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalOperationSupportingTokenParameters[action], true, authenticatorSpecList);