C# Class System.Security.AccessControl.CustomAce

Inheritance: GenericAce
Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
MaxOpaqueLength int

Public Methods

Method Description
CustomAce ( System type, System flags, byte opaque )
GetBinaryForm ( byte binaryForm, int offset ) : void
GetOpaque ( ) : byte[]
SetOpaque ( byte opaque ) : void

Method Details

CustomAce() public method

public CustomAce ( System type, System flags, byte opaque )
type System
flags System
opaque byte

GetBinaryForm() public method

public GetBinaryForm ( byte binaryForm, int offset ) : void
binaryForm byte
offset int
return void

GetOpaque() public method

public GetOpaque ( ) : byte[]
return byte[]

SetOpaque() public method

public SetOpaque ( byte opaque ) : void
opaque byte
return void

Property Details

MaxOpaqueLength public static property

public static int MaxOpaqueLength
return int