1 write to BootstrapSecurityBindingElement
System.ServiceModel (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
235
sessionTokenProvider.
BootstrapSecurityBindingElement
= SecurityUtils.GetIssuerSecurityBindingElement(initiatorRequirement);
4 references to BootstrapSecurityBindingElement
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
309
if (this.
BootstrapSecurityBindingElement
== null)
331
if (this.
BootstrapSecurityBindingElement
== null)
365
ISecurityCapabilities securityCapabilities = this.
BootstrapSecurityBindingElement
.GetProperty<ISecurityCapabilities>(this.IssuerBindingContext);
381
SecurityProtocolFactory securityProtocolFactory = this.
BootstrapSecurityBindingElement
.CreateSecurityProtocolFactory<IRequestChannel>(this.IssuerBindingContext.Clone(), securityCredentials, false, this.IssuerBindingContext.Clone());