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)

注釈

これは、保護されたデータ セクションの名前を含む定数文字列変数です。

適用対象

こちらもご覧ください