<transport> of <netPeerTcpBinding>
Specifies settings for transport level security when using the <netPeerTcpBinding>.
Schema Hierarchy
<system.serviceModel>
<bindings>
<netPeerTcpBinding>
<binding>
<security> of <netPeerBinding>
<transport> of <netPeerTcpBinding>
Syntax
<netPeerTcpBinding>
<binding>
<security>
<transport credentialType="Certificate/Password" />
</security>
</binding>
</netPeerTcpBinding>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
Attribute | Description |
---|---|
credentialType |
Optional. Specifies the type of credentials used to verify messages sent with the peer transport. This attribute is of type PeerTransportCredentialType. |
Child Elements
None
Parent Elements
Element | Description |
---|---|
Defines the security settings for the <netPeerTcpBinding>. |
See Also
Reference
PeerTransportSecurityElement
Transport
Transport
PeerTransportSecuritySettings
Concepts
Other Resources
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients