TcpRelayTransportSecurity.ProtectionLevel Property

Definition

Gets or sets the transport protection level.

public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

Property Value

Returns a ProtectionLevel that contains the protection level. The default is EncryptAndSign.

Applies to