Compartilhar via


NetTcpRelaySecurityElement.Mode Propriedade

Definição

Obtém ou define um valor XML que descreve se a segurança em nível de mensagem ou de transporte é usada por um ponto de extremidade configurado com NetTcpRelayBinding.

[System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)]
public Microsoft.ServiceBus.EndToEndSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)>]
member this.Mode : Microsoft.ServiceBus.EndToEndSecurityMode with get, set
Public Property Mode As EndToEndSecurityMode

Valor da propriedade

Retorna um EndToEndSecurityMode que contém o modo de segurança. O valor padrão é Transport.

Atributos

Aplica-se a