Compartir a través de


RelayedOnewayTransportSecurityElement.ProtectionLevel Propiedad

Definición

Obtiene o establece el nivel de protección de seguridad de transporte que se aplica a los mensajes transmitidos a través de enlaces configurados con este elemento de configuración.

[System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)]
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)>]
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

Valor de propiedad

Devuelve un ProtectionLevel valor de tipo que contiene el nivel de protección de seguridad de transporte especificado en este elemento de configuración.

Atributos

Se aplica a