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

The SMB2_PREAUTH_INTEGRITY_CAPABILITIES context is specified in an SMB2 NEGOTIATE request by the client to indicate which preauthentication integrity hash algorithms the client supports and to optionally supply a preauthentication integrity hash salt value.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
HashAlgorithmCount ushort
Header SMB2_NEGOTIATE_CONTEXT_Header
SaltLength ushort

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

HashAlgorithmCount public property

The number of hash algorithms in the HashAlgorithms array. This value MUST be greater than zero.
public ushort HashAlgorithmCount
return ushort

Header public property

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

SaltLength public property

The size, in bytes, of the Salt field.
public ushort SaltLength
return ushort