Aracılığıyla paylaş


NetTcpBinding.Security Özellik

Tanım

Bu bağlama ile yapılandırılmış hizmetlerle kullanılan güvenlik türünü belirten bir nesnesi alır.

public:
 property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); void set(System::ServiceModel::NetTcpSecurity ^ value); };
public:
 property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); };
public System.ServiceModel.NetTcpSecurity Security { get; set; }
public System.ServiceModel.NetTcpSecurity Security { get; }
member this.Security : System.ServiceModel.NetTcpSecurity with get, set
member this.Security : System.ServiceModel.NetTcpSecurity
Public Property Security As NetTcpSecurity
Public ReadOnly Property Security As NetTcpSecurity

Özellik Değeri

NetTcpSecurity Bu bağlama ile kullanılan güvenlik türlerini içeren. için NetTCPBinding varsayılan güvenlik modu şeklindedir Transport.

Örnekler

Bu örnekte değerin nasıl alınacakları gösterilmektedir Security .

NetTcpSecurity security = binding.Security;

Açıklamalar

, NetTcpSecurity için kullanılabilen NetTcpBindinggüvenlik ve ayar türlerini sağlar.

Şunlara uygulanır