PolicyLevel.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得原則層級的型別。
public:
property System::Security::PolicyLevelType Type { System::Security::PolicyLevelType get(); };
public System.Security.PolicyLevelType Type { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.PolicyLevelType Type { get; }
member this.Type : System.Security.PolicyLevelType
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Type : System.Security.PolicyLevelType
Public ReadOnly Property Type As PolicyLevelType
屬性值
其中一個 PolicyLevelType 值。
- 屬性
備註
最高層級的安全策略是全企業。 階層的後續較低層級代表進一步的原則限制,但絕對不能授與較高層級所允許的許可權。 原則層級的順序如下。
Enterprise
電腦
User
應用程式域
如需詳細資訊,請參閱PolicyLevelType。