MsmqTransportSecurityElement.MsmqAuthenticationMode Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.