Поделиться через


MsmqIntegrationSecurity.Transport Свойство

Определение

Возвращает объект класса MsmqTransportSecurity, связанный с каналом интеграции очереди сообщений (MSMQ).

public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); void set(System::ServiceModel::MsmqTransportSecurity ^ value); };
public System.ServiceModel.MsmqTransportSecurity Transport { get; }
public System.ServiceModel.MsmqTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.MsmqTransportSecurity
member this.Transport : System.ServiceModel.MsmqTransportSecurity with get, set
Public ReadOnly Property Transport As MsmqTransportSecurity
Public Property Transport As MsmqTransportSecurity

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

Объект класса MsmqTransportSecurity, связанный с каналом интеграции очереди сообщений.

Комментарии

Объект класса MsmqTransportSecurity инкапсулирует параметры безопасности для транспорта интеграции очереди сообщений. Данные параметры одинаковы для интеграции очереди сообщений и использующих очереди транспортов. MsmqTransportSecurityЭто позволяет задать режим проверки подлинности, алгоритм шифрования, алгоритм SHA и уровень защиты.

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