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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.