MsmqTransportSecurityElement.MsmqAuthenticationMode 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 MsmqAuthenticationMode skojarzone z tym wystąpieniem MsmqTransportSecurity klasy .
public:
property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
[System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)]
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)>]
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode
Wartość właściwości
Element MsmqAuthenticationMode skojarzony z tym wystąpieniem MsmqTransportSecurity klasy.
- Atrybuty
Uwagi
Kolejkowanie komunikatów (MSMQ) może uwierzytelniać komunikaty wysyłane do kolejek komunikatów, które wymagają uwierzytelniania, lub komunikaty mogą jawnie żądać uwierzytelniania. Domyślny tryb uwierzytelniania to WindowsDomain.