MsmqTransportSecurity.MsmqAuthenticationMode Właściwość

Definicja

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

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

Wartość właściwości

MsmqAuthenticationMode

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

Wyjątki

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

Uwagi

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