SmbSettings.SmbEncryption Property

Definition

Gets or sets enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache. Possible values include: 'Disabled', 'Enabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to