3 instantiations of MessageSecurityOverTcp
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
233
messageSecurity = 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)]
145
internal static bool TryCreate(SecurityBindingElement sbe, bool isReliableSession, BindingElement transportBindingElement, out
MessageSecurityOverTcp
messageSecurity)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (6)
18
private
MessageSecurityOverTcp
_messageSecurity;
25
private NetTcpSecurity(SecurityMode mode, TcpTransportSecurity transportSecurity,
MessageSecurityOverTcp
messageSecurity)
59
public
MessageSecurityOverTcp
Message
126
MessageSecurityOverTcp
messageSecurity = null;
129
if (!
MessageSecurityOverTcp
.TryCreate(wsSecurity, isReliableSessionEnabled, null, out messageSecurity))
134
if (!
MessageSecurityOverTcp
.TryCreate(wsSecurity, isReliableSessionEnabled, transportSecurity, out messageSecurity))