Partager via


ProtectedConfiguration.ProtectedDataSectionName Champ

Définition

Nom de la section de données protégées.

public: System::String ^ ProtectedDataSectionName;
public const string ProtectedDataSectionName;
val mutable ProtectedDataSectionName : string
Public Const ProtectedDataSectionName As String 

Valeur de champ

Exemples

L’exemple suivant montre comment utiliser la ProtectedDataSectionName propriété pour récupérer le nom d’une section de données protégées.

// Get the protected section name.
string protectedSectionName =
    ProtectedConfiguration.ProtectedDataSectionName;
Console.WriteLine(
    "Protected section name: {0}",
     protectedSectionName);
' Get the Rsa provider name.
Dim protectedSectionName As String = _
ProtectedConfiguration.ProtectedDataSectionName
Console.WriteLine( _
"Protected section name: {0}", protectedSectionName)

Remarques

Il s’agit d’une variable de chaîne constante qui contient le nom de la section de données protégées.

S’applique à

Voir aussi