Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


RawAcl Constructors

Definition

Initializes a new instance of the RawAcl class.

Overloads

RawAcl(Byte, Int32)

Initializes a new instance of the RawAcl class with the specified revision level.

RawAcl(Byte[], Int32)

Initializes a new instance of the RawAcl class from the specified binary form.

RawAcl(Byte, Int32)

Source:
ACL.cs

Initializes a new instance of the RawAcl class with the specified revision level.

C#
public RawAcl(byte revision, int capacity);

Parameters

revision
Byte

The revision level of the new Access Control List (ACL).

capacity
Int32

The number of Access Control Entries (ACEs) this RawAcl object can contain. This number is to be used only as a hint.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 1.0, Core 1.1, 6 (package-provided), 6, 7 (package-provided), 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5

RawAcl(Byte[], Int32)

Source:
ACL.cs

Initializes a new instance of the RawAcl class from the specified binary form.

C#
public RawAcl(byte[] binaryForm, int offset);

Parameters

binaryForm
Byte[]

An array of byte values that represent an Access Control List (ACL).

offset
Int32

The offset in the binaryForm parameter at which to begin unmarshaling data.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 1.0, Core 1.1, 6 (package-provided), 6, 7 (package-provided), 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5