SharpCifs.Smb.Ace.GetAccessMask C# (CSharp) Method

GetAccessMask() public method

Returns the access mask accociated with this ACE.
Returns the access mask accociated with this ACE. Use the constants for FILE_READ_DATA, FILE_WRITE_DATA, READ_CONTROL, GENERIC_ALL, etc with bitwise operators to determine which bits of the mask are on or off.
public GetAccessMask ( ) : int
return int
		public virtual int GetAccessMask()
		{
			return Access;
		}