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);
17 references to TransportSecurityBindingElement
System.ServiceModel (1)
netstandard.cs (1)
96[assembly: TypeForwardedTo(typeof(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)
455internal static bool IsSecurityBindingSuitableForChannelBinding(TransportSecurityBindingElement securityBindingElement) 499return IsSecurityBindingSuitableForChannelBinding(scstp.BootstrapSecurityBindingElement as TransportSecurityBindingElement);
System.ServiceModel.Security (1)
DotNetForwards.cs (1)
15[assembly: TypeForwardedTo(typeof(System.ServiceModel.Channels.TransportSecurityBindingElement))]