MessageQueueInstaller.EncryptionRequired Właściwość

Definicja

Pobiera lub ustawia wartość, która wskazuje, czy kolejka akceptuje tylko prywatne lub zaszyfrowane komunikaty.

public:
 property System::Messaging::EncryptionRequired EncryptionRequired { System::Messaging::EncryptionRequired get(); void set(System::Messaging::EncryptionRequired value); };
public System.Messaging.EncryptionRequired EncryptionRequired { get; set; }
member this.EncryptionRequired : System.Messaging.EncryptionRequired with get, set
Public Property EncryptionRequired As EncryptionRequired

Wartość właściwości

EncryptionRequired

Jedna z wartości, która wskazuje wymagany poziom szyfrowania dla EncryptionRequired komunikatów wysyłanych do kolejki. Wartość domyślna to Optional.

Uwagi

Gdy szyfrowanie jest określone, Body szyfrowany jest tylko komunikat. Inne właściwości, takie jak Label , nie są szyfrowane.

Dotyczy