C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.SMB2_ENCRYPTION_CAPABILITIES

The SMB2_ENCRYPTION_CAPABILITIES context is specified in an SMB2 NEGOTIATE request by the client to indicate which encryption algorithms the client supports.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
CipherCount ushort
Header SMB2_NEGOTIATE_CONTEXT_Header

Public Methods

Method Description
GetDataLength ( ) : int

Get the data length

Method Details

GetDataLength() public method

Get the data length
public GetDataLength ( ) : int
return int

Property Details

CipherCount public property

The number of ciphers in the Ciphers array. This value MUST be greater than zero.
public ushort CipherCount
return ushort

Header public property

Header.
public SMB2_NEGOTIATE_CONTEXT_Header,Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2 Header
return SMB2_NEGOTIATE_CONTEXT_Header