Sdílet prostřednictvím


MsmqTransportSecurity.MsmqAuthenticationMode Vlastnost

Definice

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

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

Hodnota vlastnosti

MsmqAuthenticationMode

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

Výjimky

Hodnota není jednou z MsmqAuthenticationMode hodnot.

Poznámky

SLUŽBA MSMQ může ověřovat zprávy odesílané do front zpráv, které vyžadují ověření, nebo zprávy mohou explicitně požádat o ověření. Výchozí režim ověřování je WindowsDomain .

Platí pro