SmbSetting Class

Definition

Setting for SMB protocol

public class SmbSetting
type SmbSetting = class
Public Class SmbSetting
Inheritance
SmbSetting

Constructors

SmbSetting()

Initializes a new instance of the SmbSetting class.

SmbSetting(Multichannel, String, String, String, String)

Initializes a new instance of the SmbSetting class.

Properties

AuthenticationMethods

Gets or sets SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.

ChannelEncryption

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 ';'.

KerberosTicketEncryption

Gets or sets kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'

Multichannel

Gets or sets multichannel setting. Applies to Premium FileStorage only.

Versions

Gets or sets SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'.

Applies to