SecurityMasks 列舉

定義

SecurityMasks 列舉型別會指定各種安全性描述元 (Security Descriptor) 選項。

此列舉支援其成員值的位元組合。

public enum class SecurityMasks
[System.Flags]
public enum SecurityMasks
[<System.Flags>]
type SecurityMasks = 
Public Enum SecurityMasks
繼承
SecurityMasks
屬性

欄位

Dacl 4

Discretionary 存取控制清單 (DACL) 安全性描述元旗標。 值等於 4 或 0x4。

Group 2

主要群組安全性描述元旗標。 值等於 2 或 0x2。

None 0

未設定安全性描述元旗標。 值等於 0 或 0x0。

Owner 1

擁有人安全性描述元旗標。 值等於 1 或 0x1。

Sacl 8

System 存取控制清單 (SACL) 安全性描述元旗標。 值等於 8 或 0x8。

適用於