6 references to IsSecureConversationBinding
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
440
return SecurityBindingElement.
IsSecureConversationBinding
(securityBindingElement, true, out bootstrapSecurity)
441
|| SecurityBindingElement.
IsSecureConversationBinding
(securityBindingElement, false, out bootstrapSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1316
return
IsSecureConversationBinding
(sbe, SecureConversationSecurityTokenParameters.defaultRequireCancellation, out bootstrapSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (1)
254
bool establishSecurityContext = SecurityBindingElement.
IsSecureConversationBinding
(sbe, true, out bootstrapSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
243
if (!SecurityBindingElement.
IsSecureConversationBinding
(sbe, true, out bootstrapSecurity))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
170
if (!SecurityBindingElement.
IsSecureConversationBinding
(sbe, true, out bootstrapSecurity))