RelayedOnewayTransportSecurityElement.ProtectionLevel Property

Definition

Gets or sets the transport security protection level that is applied to messages transmitted through bindings configured with this configuration element.

[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 protection level specified in this configuration element.

Attributes

Applies to