2 overrides of CreateMessageSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
175
protected override SecurityBindingElement
CreateMessageSecurity
()
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
200
protected override SecurityBindingElement
CreateMessageSecurity
()
1 reference to CreateMessageSecurity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
267
SecurityBindingElement wsSecurity = this.
CreateMessageSecurity
();