TrustSection.PermissionSetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the permission set.
public:
property System::String ^ PermissionSetName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("permissionSetName", DefaultValue="ASP.Net")]
public string PermissionSetName { get; set; }
[<System.Configuration.ConfigurationProperty("permissionSetName", DefaultValue="ASP.Net")>]
member this.PermissionSetName : string with get, set
Public Property PermissionSetName As String
Property Value
The name of the permission set.
- Attributes
Remarks
The PermissionSetName property enables you to define in a partial trust configuration file the named permission set that is used during the initialization of an application domain.
By default, the PermissionSetName property is "ASP.Net" This is the name of the permission set that is used to initialize the application domain.
This attribute cannot be set to an empty string or a null
value.