2 references to CreateMessageSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
408return _security.CreateMessageSecurity(ReliableSession.Enabled);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (1)
138return System.ServiceModel.Configuration.SecurityElement.AreBindingsMatching(security.CreateMessageSecurity(isReliableSessionEnabled), wsSecurity, false);