NetMsmqBinding.Security Свойство

Определение

Возвращает или задает объект NetMsmqSecurity, связанный с данной привязкой.

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

Значение свойства

Объект NetMsmqSecurity, связанный с данной привязкой.

Примеры

В следующем примере кода показано, как получить объект NetMsmqSecurity.

NetMsmqBinding binding = new NetMsmqBinding();
    NetMsmqSecurity security = binding.Security;

Комментарии

Объект NetMsmqSecurity инкапсулирует и транспорт очереди сообщений (MSMQ), и безопасность SOAP. Он указывает, включена ли поддержка транспорта или безопасности SOAP и, если поддержка включена, указывает используемые уровни защиты и режим проверки подлинности.

Применяется к