ProtectedConfiguration.ProtectedDataSectionName 欄位

定義

受保護的資料區段的名稱。

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

欄位值

範例

下列範例示範如何使用 ProtectedDataSectionName 屬性來擷取受保護數據區段的名稱。

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

備註

這是包含受保護數據區段名稱的常數位串變數。

適用於

另請參閱