SmbSetting interface
Setting for SMB protocol
Properties
authentication |
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. |
channel |
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 ';'. |
kerberos |
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';' |
multichannel | Multichannel setting. Applies to Premium FileStorage only. |
versions | SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. |
Property Details
authenticationMethods
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
authenticationMethods?: string
Property Value
string
channelEncryption
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 ';'.
channelEncryption?: string
Property Value
string
kerberosTicketEncryption
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'
kerberosTicketEncryption?: string
Property Value
string
multichannel
Multichannel setting. Applies to Premium FileStorage only.
multichannel?: Multichannel
Property Value
versions
SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.
versions?: string
Property Value
string