MsmqTransportSecurityElement.MsmqEncryptionAlgorithm Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.