System.Security.Policy.PolicyStatement Class

Represents a code group membership condition and the permissions that are granted to code satisfying that condition.

Namespace

System.Security.Policy

Assembly

mscorlib.dll

Syntax

public sealed class PolicyStatement

Remarks

A PolicyStatement associates a membership condition with a set of permissions. When code satisfies the membership condition, the associated permissions are granted to that code.

The PolicyStatement class is immutable, meaning its properties cannot be changed after it is created. This ensures that the security policy remains consistent.

Constructors

Properties

Methods

See Also