Share via


MachineKeySection.ApplicationName プロパティ

定義

アプリケーションの名前を取得または設定します。

public:
 property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))]
[System.Configuration.ConfigurationProperty("applicationName", DefaultValue="")]
public string ApplicationName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))>]
[<System.Configuration.ConfigurationProperty("applicationName", DefaultValue="")>]
member this.ApplicationName : string with get, set
Public Property ApplicationName As String

プロパティ値

アプリケーションの名前です。 既定値は、Empty です。

属性

注釈

プロパティを設定する場合は、このプロパティを設定する DataProtectorType 必要があります。 プロパティ値はファクトリ メソッドに DataProtector.Create 渡されます。

適用対象