TrustSection.PermissionSetName 属性

定义

获取或设置权限集的名称。

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

属性值

String

权限集的名称。

属性

注解

通过此属性 PermissionSetName ,可以在部分信任配置文件中定义应用程序域初始化期间使用的命名权限集。

默认情况下, PermissionSetName 属性为“ASP.Net”,这是用于初始化应用程序域的权限集的名称。

此属性不能设置为空字符串或 null 值。

适用于