MsmqTransportSecurity.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); };
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
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.

Exceptions

The value is not one of MsmqEncryptionAlgorithm values.

Remarks

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

Applies to