PolicyLevel.Type Property

Definition

Gets the type of the policy level.

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

Property Value

One of the PolicyLevelType values.

Attributes

Remarks

The highest level of security policy is enterprise-wide. Successive lower levels of hierarchy represent further policy restrictions, but can never grant more permissions than allowed by higher levels. The policy levels in order are the following.

  1. Enterprise

  2. Machine

  3. User

  4. Application domain

For more information, see PolicyLevelType.

Applies to

See also