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 传递给工厂方法。

适用于