2 references to CreateMessageSecurity
System.ServiceModel (2)
System\ServiceModel\NetTcpBinding.cs (1)
432return this.security.CreateMessageSecurity(this.ReliableSession.Enabled);
System\ServiceModel\NetTcpSecurity.cs (1)
132return SecurityElement.AreBindingsMatching(security.CreateMessageSecurity(isReliableSessionEnabled), wsSecurity, false);