Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets an object that specifies the type of security used with services configured with this binding.

Namespace:   System.ServiceModel
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
Return to top
Show:
© 2017 Microsoft