NetMsmqBinding.Security Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia NetMsmqSecurity element skojarzony z tym powiązaniem.
public:
property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); };
public:
property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); void set(System::ServiceModel::NetMsmqSecurity ^ value); };
public System.ServiceModel.NetMsmqSecurity Security { get; }
public System.ServiceModel.NetMsmqSecurity Security { get; set; }
member this.Security : System.ServiceModel.NetMsmqSecurity
member this.Security : System.ServiceModel.NetMsmqSecurity with get, set
Public ReadOnly Property Security As NetMsmqSecurity
Public Property Security As NetMsmqSecurity
Wartość właściwości
Element NetMsmqSecurity skojarzony z tym powiązaniem.
Przykłady
Poniższy kod pokazuje, jak pobrać NetMsmqSecurity obiekt.
NetMsmqBinding binding = new NetMsmqBinding();
NetMsmqSecurity security = binding.Security;
Uwagi
NetMsmqSecurity jest hermetyzacją zarówno transportu usługi kolejkowania komunikatów (MSMQ), jak i zabezpieczeń protokołu SOAP. Określa, czy włączono transport lub zabezpieczenia protokołu SOAP, a jeśli tak, jaki tryb uwierzytelniania i poziomy ochrony są używane.