Udostępnij za pośrednictwem


MsmqTransportSecurityElement.MsmqEncryptionAlgorithm Właściwość

Definicja

Pobiera lub ustawia klasę MsmqEncryptionAlgorithm skojarzona z tym wystąpieniem MsmqTransportSecurity klasy.

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

Wartość właściwości

Klasa MsmqEncryptionAlgorithm , która jest skojarzona z tym wystąpieniem MsmqTransportSecurity klasy.

Atrybuty

Uwagi

Kolejkowanie komunikatów (MSMQ) może szyfrować komunikaty w sieci podczas przesyłania komunikatów między menedżerami kolejek komunikatów. Domyślny algorytm szyfrowania to RC4Stream.

Dotyczy