MsmqTransportSecurityElement.MsmqEncryptionAlgorithm Propriedade

Definição

Obtém ou define o MsmqEncryptionAlgorithm associado a esta instância da classe MsmqTransportSecurity.Gets or sets the MsmqEncryptionAlgorithm that is associated with this instance of the MsmqTransportSecurity class.

public:
 property System::ServiceModel::MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { System::ServiceModel::MsmqEncryptionAlgorithm get(); void set(System::ServiceModel::MsmqEncryptionAlgorithm value); };
[System.Configuration.ConfigurationProperty("msmqEncryptionAlgorithm", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
[<System.Configuration.ConfigurationProperty("msmqEncryptionAlgorithm", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.MsmqEncryptionAlgorithm : System.ServiceModel.MsmqEncryptionAlgorithm with get, set
Public Property MsmqEncryptionAlgorithm As MsmqEncryptionAlgorithm

Valor da propriedade

MsmqEncryptionAlgorithm

O MsmqEncryptionAlgorithm que está associado a essa instância da MsmqTransportSecurity classe.The MsmqEncryptionAlgorithm that is associated with this instance of the MsmqTransportSecurity class.

Atributos

Comentários

O MSMQ (enfileiramento de mensagens) pode criptografar mensagens na conexão ao transferir mensagens entre gerenciadores de filas de mensagens.Message Queuing (MSMQ) can encrypt messages on the wire when transferring messages between message queue managers. O algoritmo de criptografia padrão é RC4Stream .The default encryption algorithm is RC4Stream.

Aplica-se a