4 references to CreateMessageSecurity
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (2)
64
return this.Security.
CreateMessageSecurity
(this.ReliableSession.Enabled, s_WS2007MessageSecurityVersion);
113
return System.ServiceModel.Configuration.SecurityElement.AreBindingsMatching(security.
CreateMessageSecurity
(isReliableSession, s_WS2007MessageSecurityVersion), sbe);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (2)
177
return _security.
CreateMessageSecurity
(this.ReliableSession.Enabled, s_WSMessageSecurityVersion);
186
return System.ServiceModel.Configuration.SecurityElement.AreBindingsMatching(security.
CreateMessageSecurity
(isReliableSession, s_WSMessageSecurityVersion), sbe);