ApplicationSecurityInfo.DefaultRequestSet Property

Definition

Gets or sets the default permission set.

C#
public System.Security.PermissionSet DefaultRequestSet { get; set; }

Property Value

A PermissionSet object representing the default permissions for the application. The default is a PermissionSet with a permission state of None

Exceptions

Remarks

If the property has not been set, the get accessor returns a PermissionSet with a permission state of None.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1