Share via


SmbSetting.ChannelEncryption Property

Definition

Gets or sets SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.

[Newtonsoft.Json.JsonProperty(PropertyName="channelEncryption")]
public string ChannelEncryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="channelEncryption")>]
member this.ChannelEncryption : string with get, set
Public Property ChannelEncryption As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to