MsmqTransportSecurityElement.MsmqAuthenticationMode Właściwość

Definicja

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.

Dotyczy