Udostępnij za pośrednictwem


NetMsmqBinding.Security Właściwość

Definicja

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

NetMsmqSecurity

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.

Dotyczy