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

The VALIDATE_NEGOTIATE_INFO response is returned to the client by the server in an SMB2 IOCTL response for FSCTL_VALIDATE_NEGOTIATE_INFO request.
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Capabilities Capabilities_Values
Dialect DialectRevision
Guid System.Guid
SecurityMode SecurityMode_Values

Property Details

Capabilities public_oe property

The Capabilities of the server
public Capabilities_Values Capabilities
return Capabilities_Values

Dialect public_oe property

The SMB2 dialect in use by the server on the connection
public DialectRevision Dialect
return DialectRevision

Guid public_oe property

The ServerGuid of the server
public Guid,System Guid
return System.Guid

SecurityMode public_oe property

The SecurityMode of the server
public SecurityMode_Values SecurityMode
return SecurityMode_Values