MsmqIntegrationSecurity.Transport Propriedade
Definição
Obtém o MsmqTransportSecurity que está associado com o canal de integração de MSMQ (Enfileiramento de Mensagens).Gets the MsmqTransportSecurity that is associated with the Message Queuing (MSMQ) integration channel.
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
Valor da propriedade
O MsmqTransportSecurity que está associado ao canal de integração do enfileiramento de mensagens.The MsmqTransportSecurity that is associated with the Message Queuing integration channel.
Comentários
MsmqTransportSecurity encapsula as configurações de segurança para o transporte de integração do enfileiramento de mensagens.MsmqTransportSecurity encapsulates the security settings for the Message Queuing integration transport. As configurações são as mesmas para a integração do enfileiramento de mensagens e para os transportes em fila.The settings are the same for both the Message Queuing integration and queued transports. MsmqTransportSecurity permite que você defina o modo de autenticação, o algoritmo de criptografia, o algoritmo de hash seguro e o nível de proteção.MsmqTransportSecurity enables you to set the Authentication Mode, Encryption Algorithm, Secure Hash Algorithm, and Protection Level.