C# Class System.Security.AccessControl.RawAcl

Inheritance: GenericAcl
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetBinaryForm ( byte binaryForm, int offset ) : void
binaryForm byte
offset int
Résultat void

InsertAce() public méthode

public InsertAce ( int index, System ace ) : void
index int
ace System
Résultat void

RawAcl() public méthode

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

RemoveAce() public méthode

public RemoveAce ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : System.Security.AccessControl.GenericAce
index int
Résultat System.Security.AccessControl.GenericAce