Smb Setting Response
data class SmbSettingResponse(val authenticationMethods: String? = null, val channelEncryption: String? = null, val kerberosTicketEncryption: String? = null, val multichannel: MultichannelResponse? = null, val versions: String? = null)
Setting for SMB protocol
Constructors
Link copied to clipboard
fun SmbSettingResponse(authenticationMethods: String? = null, channelEncryption: String? = null, kerberosTicketEncryption: String? = null, multichannel: MultichannelResponse? = null, versions: String? = null)