<security> of <netNamedPipeBinding>
Defines the security settings for a binding.
Schema Hierarchy
<system.serviceModel>
<binding>
<netNamedPipeBinding>
<binding>
<security> of <netNamedPipeBinding>
Syntax
<netNamedPipeBinding>
<binding>
<security mode="None/Transport">
<transport protectionLevel="None/Sign/EncryptAndSign" />
</security>
</binding>
</netNamedPipeBinding>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
mode |
Specifies the type of security that is applied to this binding. Valid values include the following:
|
Child Elements
Element | Description |
---|---|
transport |
Defines the security settings for the transport. This element is of type NamedPipeTransportSecurityElement. |
Parent Elements
Element | Description |
---|---|
binding |
The binding element of the <netNamedPipeBinding>. |
See Also
Reference
NetNamedPipeSecurity
Security
Security
NetNamedPipeSecurityElement
Concepts
Other Resources
Securing Services and Clients
Selecting a Credential Type
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients