MachineKeySection.DataProtectorType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom du type de protecteur de données. La valeur par défaut est Empty.
public:
property System::String ^ DataProtectorType { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))]
[System.Configuration.ConfigurationProperty("dataProtectorType", DefaultValue="")]
public string DataProtectorType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))>]
[<System.Configuration.ConfigurationProperty("dataProtectorType", DefaultValue="")>]
member this.DataProtectorType : string with get, set
Public Property DataProtectorType As String
Valeur de propriété
Nom du type de protecteur de données.
- Attributs
Remarques
Pour spécifier des algorithmes de protection des données personnalisés pour ASP.NET, définissez la MachineKeySection.CompatibilityMode propriété Framework45 sur et définissez cette propriété sur une chaîne qui représente une classe qui dérive de la DataProtector classe . Cette chaîne correspond au providerClass
paramètre qui est passé à la méthode de fabrique statique DataProtector.Create . La classe que vous spécifiez est utilisée par les MachineKey.Protect méthodes et MachineKey.Unprotect même si vous ne spécifiez pas l’option Framework45 .
Si vous définissez cette propriété, vous devez également définir la ApplicationName propriété .