7 instantiations of TransportSecurityBindingElement
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (2)
53var result = new TransportSecurityBindingElement 70var securityContextWrappingElement = new TransportSecurityBindingElement
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
491var result = new TransportSecurityBindingElement(); 521TransportSecurityBindingElement result = new TransportSecurityBindingElement(); 543TransportSecurityBindingElement result = new TransportSecurityBindingElement(); 582var primary = new TransportSecurityBindingElement();
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
196return new TransportSecurityBindingElement(this);
15 references to TransportSecurityBindingElement
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (2)
53var result = new TransportSecurityBindingElement 70var securityContextWrappingElement = new TransportSecurityBindingElement
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\SecurityBindingElement.cs (9)
489static public TransportSecurityBindingElement CreateUserNameOverTransportBindingElement() 491var result = new TransportSecurityBindingElement(); 499static public TransportSecurityBindingElement CreateCertificateOverTransportBindingElement() 504static public TransportSecurityBindingElement CreateCertificateOverTransportBindingElement(MessageSecurityVersion version) 521TransportSecurityBindingElement result = new TransportSecurityBindingElement(); 537public static TransportSecurityBindingElement CreateIssuedTokenOverTransportBindingElement(IssuedSecurityTokenParameters issuedTokenParameters) 543TransportSecurityBindingElement result = new TransportSecurityBindingElement(); 579if (bootstrapSecurity is TransportSecurityBindingElement) 582var primary = new TransportSecurityBindingElement();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
303if ((SecurityUtils.IsChannelBindingDisabled) || (!SecurityUtils.IsSecurityBindingSuitableForChannelBinding(SecurityProtocolFactory.SecurityBindingElement as TransportSecurityBindingElement)))
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
21private TransportSecurityBindingElement(TransportSecurityBindingElement elementToBeCloned)
System\ServiceModel\Security\SecurityUtils.cs (2)
453internal static bool IsSecurityBindingSuitableForChannelBinding(TransportSecurityBindingElement securityBindingElement) 497return IsSecurityBindingSuitableForChannelBinding(scstp.BootstrapSecurityBindingElement as TransportSecurityBindingElement);