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 инкапсулирует параметры безопасности транспорта очереди сообщений (MSMQ).