MsmqTransportSecurityElement.MsmqAuthenticationMode Propriedade

Definição

Obtém ou define o MsmqAuthenticationMode que está associado a esta instância da MsmqTransportSecurity classe.

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

Valor de Propriedade

O MsmqAuthenticationMode que está associado a esta instância da MsmqTransportSecurity classe.

Atributos

Observações

A Fila de Mensagens (MSMQ) pode autenticar mensagens enviadas para filas de mensagens que requerem autenticação, ou as mensagens podem solicitar explicitamente autenticação. O modo de autenticação por defeito é WindowsDomain.

Aplica-se a