Share via


MobileControlsSection.CookielessDataDictionaryType Propriété

Définition

Obtient ou définit le type de la classe de dictionnaire qui gère les clés de l'authentification par formulaire sans cookie. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

public:
 property Type ^ CookielessDataDictionaryType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("cookielessDataDictionaryType", DefaultValue=typeof(System.Web.Mobile.CookielessData))]
[System.Configuration.SubclassTypeValidator(typeof(System.Collections.IDictionary))]
public Type CookielessDataDictionaryType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("cookielessDataDictionaryType", DefaultValue=typeof(System.Web.Mobile.CookielessData))>]
[<System.Configuration.SubclassTypeValidator(typeof(System.Collections.IDictionary))>]
member this.CookielessDataDictionaryType : Type with get, set
Public Property CookielessDataDictionaryType As Type

Valeur de propriété

Type de la classe de dictionnaire.

Attributs

S’applique à

Voir aussi