1 write to BootstrapSecurityBindingElement
System.ServiceModel (1)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
78
authenticator.
BootstrapSecurityBindingElement
= SecurityUtils.GetIssuerSecurityBindingElement(recipientRequirement);
2 references to BootstrapSecurityBindingElement
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
535
if (this.
BootstrapSecurityBindingElement
== null)
1278
return (T)(object)authenticator.
BootstrapSecurityBindingElement
.GetProperty<ISecurityCapabilities>(context);