Compartilhar via


MsmqTransportSecurityElement.MsmqAuthenticationMode Propriedade

Definição

Obtém ou define o MsmqAuthenticationMode associado a esta instância da 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

Valor da propriedade

O MsmqAuthenticationMode associado a essa instância da MsmqTransportSecurity classe .

Atributos

Comentários

O MSMQ (Enfileiramento de Mensagens) pode autenticar mensagens enviadas para filas de mensagens que exigem autenticação ou mensagens podem solicitar explicitamente a autenticação. O modo de autenticação padrão é WindowsDomain.

Aplica-se a