6 references to CreateMessageSecurity
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
123
SecurityBindingElement wsSecurity = BasicHttpSecurity.
CreateMessageSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
79
SecurityBindingElement wsSecurity = BasicHttpSecurity.
CreateMessageSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (1)
126
return System.ServiceModel.Configuration.SecurityElement.AreBindingsMatching(security.
CreateMessageSecurity
(), sbe);
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsSecurity.cs (1)
127
return _basicHttpSecurity.
CreateMessageSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
134
SecurityBindingElement messageSecurity = this.BasicHttpSecurity.
CreateMessageSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
90
SecurityBindingElement messageSecurity = BasicHttpSecurity.
CreateMessageSecurity
();