Aracılığıyla paylaş


ProtectedConfiguration.ProtectedDataSectionName Alan

Tanım

Korumalı veri bölümünün adı.

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

Alan Değeri

Örnekler

Aşağıdaki örnekte, korumalı bir veri bölümünün adını almak için özelliğinin nasıl kullanılacağı ProtectedDataSectionName gösterilmektedir.

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

Açıklamalar

Bu, korunan veri bölümünün adını içeren sabit bir dize değişkenidir.

Şunlara uygulanır

Ayrıca bkz.