Прочитај на енглеском Уреди

Делите путем


ObjectSecurity Constructors

Definition

Initializes a new instance of the ObjectSecurity class.

Overloads

ObjectSecurity()

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity(CommonSecurityDescriptor)

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity(Boolean, Boolean)

Initializes a new instance of the ObjectSecurity class.

ObjectSecurity()

Source:
ObjectSecurity.cs

Initializes a new instance of the ObjectSecurity class.

C#
protected ObjectSecurity();

Applies to

.NET 10 и друге верзије
Производ Верзије
.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 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

ObjectSecurity(CommonSecurityDescriptor)

Source:
ObjectSecurity.cs

Initializes a new instance of the ObjectSecurity class.

C#
protected ObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor);

Parameters

securityDescriptor
CommonSecurityDescriptor

The CommonSecurityDescriptor of the new CommonObjectSecurity instance.

Applies to

.NET 10 и друге верзије
Производ Верзије
.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 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

ObjectSecurity(Boolean, Boolean)

Source:
ObjectSecurity.cs

Initializes a new instance of the ObjectSecurity class.

C#
protected ObjectSecurity(bool isContainer, bool isDS);

Parameters

isContainer
Boolean

true if the new ObjectSecurity object is a container object.

isDS
Boolean

True if the new ObjectSecurity object is a directory object.

Applies to

.NET 10 и друге верзије
Производ Верзије
.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