PolicyStatementAttribute 枚举

定义

为代码组上的安全策略定义特殊的特性标志。

此枚举支持其成员值的按位组合。

public enum class PolicyStatementAttribute
[System.Flags]
public enum PolicyStatementAttribute
[System.Flags]
[System.Serializable]
public enum PolicyStatementAttribute
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum PolicyStatementAttribute
[<System.Flags>]
type PolicyStatementAttribute = 
[<System.Flags>]
[<System.Serializable>]
type PolicyStatementAttribute = 
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PolicyStatementAttribute = 
Public Enum PolicyStatementAttribute
继承
PolicyStatementAttribute
属性

字段

All 3

设置所有的特性标志。

Exclusive 1

独占代码组标志。 当代码组设置此标志时,只将与该代码组关联的权限授予属于代码组的代码。 至多可以将一个与给定代码段匹配的代码组设置为独占性的。

LevelFinal 2

标志,表示导致较低策略级别不被作为解析操作的一部分进行评估的策略语句,它实际上允许策略级别重写较低的级别。

Nothing 0

不设置任何标志。

注解

策略语句上设置的属性标志控制代码组与其他代码组和其他策略级别的合并方式。

适用于