Compartir a través de


TcpRelayTransportSecurityElement.ProtectionLevel Propiedad

Definición

Obtiene o establece un valor XML que contiene el nivel de seguridad de transporte para una retransmisión TCP.

[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 seguridad de transporte. El valor predeterminado es EncryptAndSign.

Atributos

Se aplica a