MsmqIntegrationSecurityElement.Transport Vlastnost

Definice

Získá MsmqTransportSecurity , který je přidružen k integračnímu kanálu služby Řízení front zpráv (MSMQ).

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement

Hodnota vlastnosti

MsmqTransportSecurityElement

MsmqTransportSecurity, Který je přidružen k integračnímu kanálu služby Řízení front zpráv.

Atributy

Poznámky

MsmqTransportSecurity zapouzdřuje nastavení zabezpečení pro přenos integrací služby Řízení front zpráv. Nastavení jsou stejná pro integraci služby Řízení front zpráv i pro přenos ve frontě. MsmqTransportSecurity umožňuje nastavit režim ověřování, šifrovací algoritmus, zabezpečený algoritmus hash a úroveň ochrany.

Platí pro