MsmqIntegrationBinding.Security Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает объект MsmqIntegrationSecurity, связанный с данной привязкой.
public:
property System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ Security { System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ get(); };
public:
property System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ Security { System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ get(); void set(System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ value); };
public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security { get; }
public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security { get; set; }
member this.Security : System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity
member this.Security : System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity with get, set
Public ReadOnly Property Security As MsmqIntegrationSecurity
Public Property Security As MsmqIntegrationSecurity
Значение свойства
Объект MsmqIntegrationSecurity, связанный с данной привязкой.
Комментарии
Объект класса MsmqIntegrationSecurity инкапсулирует настройки безопасности транспорта службы Message Queuing (MSMQ).