MsmqTransportSecurity.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); };
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode

Valor da propriedade

MsmqAuthenticationMode

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

Exceções

O valor não é um dos valores MsmqAuthenticationMode.

Comentários

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

Aplica-se a