NetMsmqBindingElement.Security Propriedade

Definição

Obtém-se o NetMsmqSecurity que está associado a esta ligação.

public:
 property System::ServiceModel::Configuration::NetMsmqSecurityElement ^ Security { System::ServiceModel::Configuration::NetMsmqSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.NetMsmqSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.NetMsmqSecurityElement
Public ReadOnly Property Security As NetMsmqSecurityElement

Valor de Propriedade

O NetMsmqSecurity que está associado a esta ligação.

Atributos

Observações

NetMsmqSecurity é um encapsulamento tanto do transporte MSMQ como da segurança SOAP. Especifica se a segurança de transporte ou SOAP está ativada e, em caso afirmativo, que modos de autenticação e níveis de proteção estão em uso.

Aplica-se a