C# Class System.Security.AccessControl.RawAcl

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

Public Methods

Method Description
GetBinaryForm ( byte binaryForm, int offset ) : void
InsertAce ( int index, System ace ) : void
RawAcl ( byte revision, int capacity )
RemoveAce ( int index ) : void
this ( int index ) : System.Security.AccessControl.GenericAce

Method Details

GetBinaryForm() public method

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

InsertAce() public method

public InsertAce ( int index, System ace ) : void
index int
ace System
return void

RawAcl() public method

public RawAcl ( byte revision, int capacity )
revision byte
capacity int

RemoveAce() public method

public RemoveAce ( int index ) : void
index int
return void

this() public method

public this ( int index ) : System.Security.AccessControl.GenericAce
index int
return System.Security.AccessControl.GenericAce