C# Class System.Security.AccessControl.CustomAce

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

Méthodes publiques

Свойство Type Description
MaxOpaqueLength int

Méthodes publiques

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

Method Details

CustomAce() public méthode

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

GetBinaryForm() public méthode

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

GetOpaque() public méthode

public GetOpaque ( ) : byte[]
Résultat byte[]

SetOpaque() public méthode

public SetOpaque ( byte opaque ) : void
opaque byte
Résultat void

Property Details

MaxOpaqueLength public_oe static_oe property

public static int MaxOpaqueLength
Résultat int