ProtectedConfiguration.ProtectedDataSectionName Veld

Definitie

De naam van de sectie beveiligde gegevens.

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

Waarde van veld

Voorbeelden

In het volgende voorbeeld ziet u hoe u de ProtectedDataSectionName eigenschap gebruikt om de naam van een beveiligde gegevenssectie op te halen.

// 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)

Opmerkingen

Dit is een constante tekenreeksvariabele die de naam van de beveiligde gegevenssectie bevat.

Van toepassing op

Zie ook