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

The SMB2 Access Mask Encoding in SMB2 is a 4-byte bit field value that contains an array of flags. Each access mask MUST be a combination of zero or more of the bit positions that are shown below.
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Directory_Access_Mask Directory_Access_Mask_Values
File_Pipe_Printer_Access_Mask AccessMask

Property Details

Directory_Access_Mask public_oe property

For a directory, the value MUST be constructed by using the following values:
public Directory_Access_Mask_Values Directory_Access_Mask
return Directory_Access_Mask_Values

File_Pipe_Printer_Access_Mask public_oe property

For a file, pipe, or printer, the value MUST be constructed by using the following values (for a printer, the value MUST have at least one of the following: FILE_WRITE_DATA, FILE_APPEND_DATA, or GENERIC_WRITE).
public AccessMask File_Pipe_Printer_Access_Mask
return AccessMask