Udostępnij za pośrednictwem


MsmqTransportSecurity.MsmqEncryptionAlgorithm Właściwość

Definicja

Pobiera lub MsmqEncryptionAlgorithm ustawia, który jest skojarzony z tym wystąpieniem MsmqTransportSecurity klasy.

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

Wartość właściwości

MsmqEncryptionAlgorithm

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

Wyjątki

Wartość nie jest jedną z MsmqEncryptionAlgorithm wartości.

Uwagi

Usługa 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