MachineKeySection.ApplicationName Property
.NET Framework (current version)
Gets or sets the name of the application.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("applicationName", DefaultValue = "")>] [<TypeConverterAttribute(typeof(WhiteSpaceTrimStringConverter))>] member ApplicationName : string with get, set
This property must be set if you set the DataProtectorType property. The property value is passed to the DataProtector.Create factory method.
.NET Framework
Available since 4.5
Available since 4.5
Show: