Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Defines the security settings for a binding.
<configuration>
<system.serviceModel>
<bindings>
<netNamedPipeBinding>
<binding>
<security>
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: - None: This disables security. - Transport: Security is provided using underlying transport based security. It is possible to control the protection level with this mode. - The default value is Transport. This attribute is of type NetNamedPipeSecurityMode. |
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.