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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
CipherCount ushort
Header SMB2_NEGOTIATE_CONTEXT_Header

Méthodes publiques

Méthode Description
GetDataLength ( ) : int

Get the data length

Method Details

GetDataLength() public méthode

Get the data length
public GetDataLength ( ) : int
Résultat int

Property Details

CipherCount public_oe property

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

Header public_oe property

Header.
public SMB2_NEGOTIATE_CONTEXT_Header,Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2 Header
Résultat SMB2_NEGOTIATE_CONTEXT_Header