TcpRelayTransportSecurityElement.ProtectionLevel Property

Definition

Gets or sets an XML value containing the transport security level for a TCP relay.

[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

Property Value

Returns a ProtectionLevel that contains the transport security level. The default value is EncryptAndSign.

Attributes

Applies to