The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetNamedPipeBinding::Security Property
.NET Framework (current version)
Gets an object that specifies the type of security used with services configured with this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property NetNamedPipeSecurity^ Security { NetNamedPipeSecurity^ get(); void set(NetNamedPipeSecurity^ value); }
Property Value
Type: System.ServiceModel::NetNamedPipeSecurity^The NetNamedPipeSecurity that is used with this binding. The default value is Transport.
The NetNamedPipeSecurity provides the types of security and settings available to the NetNamedPipeBinding.
The following example shows how to get the type of security to be used with this binding.
NetNamedPipeSecurity security = binding.Security;
.NET Framework
Available since 3.0
Available since 3.0
Show: