MachineKeySection.ApplicationName Właściwość

Definicja

Pobiera lub ustawia nazwę aplikacji.

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

Wartość właściwości

Nazwa aplikacji. Wartość domyślna to Empty.

Atrybuty

Uwagi

Ta właściwość musi być ustawiona, jeśli właściwość jest ustawiona DataProtectorType . Wartość właściwości jest przekazywana do metody fabryki DataProtector.Create .

Dotyczy