Share via


MsmqTransportSecurityElement.MsmqAuthenticationMode Eigenschaft

Definition

Ruft den MsmqAuthenticationMode ab oder legt ihn fest, der dieser Instanz der MsmqTransportSecurity-Klasse zugeordnet ist.

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

Eigenschaftswert

MsmqAuthenticationMode

Der MsmqAuthenticationMode, der dieser Instanz der MsmqTransportSecurity-Klasse zugeordnet ist.

Attribute

Hinweise

Message Queuing (MSMQ) kann Meldungen authentifizieren, die an Meldungswarteschlangen gesendet werden, die Authentifizierung erfordern oder die eine Authentifizierung explizit anfordern können. Der Standardauthentifizierungsmodus ist WindowsDomain.

Gilt für