Udostępnij za pośrednictwem


MessageQueueInstaller.EncryptionRequired Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy kolejka akceptuje tylko prywatne, czy 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 wskazujących poziom szyfrowania wymagany w przypadku komunikatów wysyłanych do kolejki. Wartość domyślna to Optional.

Uwagi

Po określeniu szyfrowania tylko Body wiadomość jest szyfrowana. Inne właściwości, takie jak Label, nie są szyfrowane.

Dotyczy