MsmqTransportSecurityElement.MsmqEncryptionAlgorithm Property

Definition

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=System.ServiceModel.MsmqEncryptionAlgorithm.RC4Stream)]
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
[<System.Configuration.ConfigurationProperty("msmqEncryptionAlgorithm", DefaultValue=System.ServiceModel.MsmqEncryptionAlgorithm.RC4Stream)>]
member this.MsmqEncryptionAlgorithm : System.ServiceModel.MsmqEncryptionAlgorithm with get, set
Public Property MsmqEncryptionAlgorithm As MsmqEncryptionAlgorithm

Property Value

The MsmqEncryptionAlgorithm that is associated with this instance of the MsmqTransportSecurity class.

Attributes

Remarks

Message Queuing (MSMQ) can encrypt messages on the wire when transferring messages between message queue managers. The default encryption algorithm is RC4Stream.

Applies to