NetPeerTcpBinding.Security Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security to set on peer channels created by this binding.
public:
property System::ServiceModel::PeerSecuritySettings ^ Security { System::ServiceModel::PeerSecuritySettings ^ get(); };
public:
property System::ServiceModel::PeerSecuritySettings ^ Security { System::ServiceModel::PeerSecuritySettings ^ get(); void set(System::ServiceModel::PeerSecuritySettings ^ value); };
public System.ServiceModel.PeerSecuritySettings Security { get; }
public System.ServiceModel.PeerSecuritySettings Security { get; set; }
member this.Security : System.ServiceModel.PeerSecuritySettings
member this.Security : System.ServiceModel.PeerSecuritySettings with get, set
Public ReadOnly Property Security As PeerSecuritySettings
Public Property Security As PeerSecuritySettings
Property Value
PeerSecuritySettings enumeration value that indicates the security to set on peer channels created by this binding. Security can be either message- or transport-specific.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.