다음을 통해 공유


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)

설명

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

적용 대상

추가 정보