ProtectedConfiguration.DataProtectionProviderName Champ
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.
Nom du fournisseur de protection des données.
public: System::String ^ DataProtectionProviderName;
public const string DataProtectionProviderName;
val mutable DataProtectionProviderName : string
Public Const DataProtectionProviderName As String
Valeur de champ
Exemples
L’exemple suivant montre comment utiliser la DataProtectionProviderName propriété pour récupérer le nom du fournisseur de protection des données actuel.
// Get the current provider name.
string dataProtectionProviderName =
ProtectedConfiguration.DataProtectionProviderName;
Console.WriteLine(
"Data protection provider name: {0}",
dataProtectionProviderName);
' Get the current provider name.
Dim dataProtectionProviderName As String = _
ProtectedConfiguration.DataProtectionProviderName
Console.WriteLine( _
"Data protection provider name: {0}", _
dataProtectionProviderName)
Remarques
Variable de chaîne constante qui contient le nom du fournisseur de protection des données mis à disposition par le système pour protéger une section de configuration.