MsmqTransportSecurity.MsmqEncryptionAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.