2 writes to BootstrapSecurityBindingElement
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2758parameters.BootstrapSecurityBindingElement = bindingElements.Find<SecurityBindingElement>(); 2763parameters.BootstrapSecurityBindingElement = null;
9 references to BootstrapSecurityBindingElement
dotnet-svcutil-lib (9)
CodeDomFixup\EndpointSelector.cs (2)
245TransportSecurityBindingElement bootstrapElement = endorsingTokenParams.BootstrapSecurityBindingElement as TransportSecurityBindingElement; 250endorsingTokenParams.BootstrapSecurityBindingElement.GetType().FullName, typeof(TransportSecurityBindingElement).FullName));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1379bootstrapSecurity = parameters.BootstrapSecurityBindingElement; 1401bootstrapSecurity = scParameters.BootstrapSecurityBindingElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
77if (!AreBindingsMatching(sc1.BootstrapSecurityBindingElement, sc2.BootstrapSecurityBindingElement, exactMessageSecurityVersion))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
173sb.AppendLine(" " + this.BootstrapSecurityBindingElement.ToString().Trim().Replace("\n", "\n "));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2780CreateWsspBootstrapPolicyAssertion(exporter, parameters.BootstrapSecurityBindingElement)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (1)
200CreateWsspBootstrapPolicyAssertion(exporter, parameters.BootstrapSecurityBindingElement),