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)

설명

보호된 데이터 섹션의 이름을 포함하는 상수 문자열 변수입니다.

적용 대상

추가 정보