2 references to TryCreateSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
186if (!HttpBindingBase.TryCreateSecurity(securityElement, mode, transportSecurity, out security))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
242if (!TryCreateSecurity(securityElement, mode, transportSecurity, out security))