MsmqTransportSecurityElement.MsmqAuthenticationMode Egenskap

Definition

Hämtar eller anger MsmqAuthenticationMode den som är associerad med den här instansen MsmqTransportSecurity av klassen.

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

Egenskapsvärde

Det MsmqAuthenticationMode som är associerat med den här instansen MsmqTransportSecurity av klassen.

Attribut

Kommentarer

Message Queuing (MSMQ) kan autentisera meddelanden som skickas till meddelandeköer som kräver autentisering, eller meddelanden kan uttryckligen begära autentisering. Standardautentiseringsläget är WindowsDomain.

Gäller för