3 instantiations of MessageSecurityOverTcp
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
233messageSecurity = new MessageSecurityOverTcp();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (2)
21: this(DefaultMode, new TcpTransportSecurity(), new MessageSecurityOverTcp()) 36_messageSecurity = messageSecurity == null ? new MessageSecurityOverTcp() : messageSecurity;
8 references to MessageSecurityOverTcp
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
30[DefaultValue(MessageSecurityOverTcp.DefaultClientCredentialType)] 145internal static bool TryCreate(SecurityBindingElement sbe, bool isReliableSession, BindingElement transportBindingElement, out MessageSecurityOverTcp messageSecurity)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (6)
18private MessageSecurityOverTcp _messageSecurity; 25private NetTcpSecurity(SecurityMode mode, TcpTransportSecurity transportSecurity, MessageSecurityOverTcp messageSecurity) 59public MessageSecurityOverTcp Message 126MessageSecurityOverTcp messageSecurity = null; 129if (!MessageSecurityOverTcp.TryCreate(wsSecurity, isReliableSessionEnabled, null, out messageSecurity)) 134if (!MessageSecurityOverTcp.TryCreate(wsSecurity, isReliableSessionEnabled, transportSecurity, out messageSecurity))