4 instantiations of WindowsStreamSecurityBindingElement
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
46return new WindowsStreamSecurityBindingElement(this); 105= new WindowsStreamSecurityBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
38WindowsStreamSecurityBindingElement result = new WindowsStreamSecurityBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
113WindowsStreamSecurityBindingElement result = new WindowsStreamSecurityBindingElement();
24 references to WindowsStreamSecurityBindingElement
dotnet-svcutil-lib (24)
CodeDomFixup\EndpointSelector.cs (1)
193else if (bindingElement is WindowsStreamSecurityBindingElement)
CodeDomFixup\MethodCreationHelper.cs (3)
1074WindowsStreamSecurityBindingElement winSecurityStreamBE = bindingElement as WindowsStreamSecurityBindingElement; 1113new CodeObjectCreateExpression(typeof(WindowsStreamSecurityBindingElement))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
172WindowsStreamSecurityBindingElement.ImportPolicy(importer, policyContext);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (4)
24protected WindowsStreamSecurityBindingElement(WindowsStreamSecurityBindingElement elementToBeCloned) 104WindowsStreamSecurityBindingElement windowsBindingElement 150WindowsStreamSecurityBindingElement security = b as WindowsStreamSecurityBindingElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
36public WindowsStreamSecurityUpgradeProvider(WindowsStreamSecurityBindingElement bindingElement,
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (3)
36internal WindowsStreamSecurityBindingElement CreateTransportProtectionAndAuthentication() 38WindowsStreamSecurityBindingElement result = new WindowsStreamSecurityBindingElement(); 43internal static bool IsTransportProtectionAndAuthentication(WindowsStreamSecurityBindingElement wssbe, NamedPipeTransportSecurity transportSecurity)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (6)
179WindowsStreamSecurityBindingElement transportSecurity = CreateTransportSecurity(); 198WindowsStreamSecurityBindingElement security = null; 207else if (element is WindowsStreamSecurityBindingElement) 208security = element as WindowsStreamSecurityBindingElement; 238WindowsStreamSecurityBindingElement CreateTransportSecurity() 250static bool TryCreateSecurity(WindowsStreamSecurityBindingElement wssbe, out NetNamedPipeSecurity security)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs (2)
52internal WindowsStreamSecurityBindingElement CreateTransportSecurity() 64internal static bool TryCreate(WindowsStreamSecurityBindingElement wssbe, NetNamedPipeSecurityMode mode, out NetNamedPipeSecurity security)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (3)
113WindowsStreamSecurityBindingElement result = new WindowsStreamSecurityBindingElement(); 122if (transport is WindowsStreamSecurityBindingElement) 125transportSecurity._protectionLevel = ((WindowsStreamSecurityBindingElement)transport).ProtectionLevel;