Share via


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

プロパティ値

アクセス許可セットの名前。

属性

注釈

PermissionSetNameプロパティを使用すると、アプリケーション ドメインの初期化中に使用される名前付きアクセス許可セットを部分信頼構成ファイルで定義できます。

既定では、 PermissionSetName プロパティは "ASP.Net" です。これは、アプリケーション ドメインの初期化に使用されるアクセス許可セットの名前です。

この属性を空の文字列または値に null 設定することはできません。

適用対象