ApplicationTrust::DefaultGrantSet Property
.NET Framework (current version)
Gets or sets the policy statement defining the default grant set.
Assembly: mscorlib (in mscorlib.dll)
public: property PolicyStatement^ DefaultGrantSet { PolicyStatement^ get(); void set(PolicyStatement^ value); }
Property Value
Type: System.Security.Policy::PolicyStatement^A PolicyStatement describing the default grants.
The DefaultGrantSet property represents the permissions that are granted to the application.
The PolicyStatement representing the default grants is initialized using a PermissionSet and optional attributes.
.NET Framework
Available since 2.0
Available since 2.0
Show: