System.Security.Policy.ApplicationTrust.DefaultGrantSet Property

Gets or sets the policy statement defining the default grant set.

Syntax

public PolicyStatement DefaultGrantSet { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The ApplicationTrust.DefaultGrantSet property represents the permissions that are granted to the application.

The System.Security.Policy.PolicyStatement representing the default grants is initialized using a System.Security.PermissionSet and optional attributes.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0