Share via


MsmqTransportSecurityElement.MsmqAuthenticationMode Vlastnost

Definice

Získá nebo nastaví , MsmqAuthenticationMode která je přidružena k této instanci MsmqTransportSecurity třídy.

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

Hodnota vlastnosti

Je MsmqAuthenticationMode přidružena k této instanci MsmqTransportSecurity třídy .

Atributy

Poznámky

Služba Řízení front zpráv (MSMQ) může ověřovat zprávy odesílané do front zpráv, které vyžadují ověření, nebo zprávy mohou explicitně požadovat ověření. Výchozí režim ověřování je WindowsDomain.

Platí pro