Share via


MsmqTransportSecurityElement.MsmqAuthenticationMode Proprietà

Definizione

Consente di ottenere o impostare la proprietà MsmqAuthenticationMode associata all'istanza della classe MsmqTransportSecurity.

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

Valore della proprietà

Enumerazione MsmqAuthenticationMode associata a questa istanza della classe MsmqTransportSecurity.

Attributi

Commenti

Il sistema Message Queuing (MSMQ) può autenticare i messaggi inviati alle code di messaggi che richiedono l'autenticazione. In alternativa, i messaggi possono richiedere esplicitamente l'autenticazione. La modalità predefinita di autenticazione è WindowsDomain.

Si applica a