ProtectedConfigurationProviderCollection 클래스

정의

ProtectedConfigurationProvider 개체의 컬렉션을 제공합니다.

public ref class ProtectedConfigurationProviderCollection : System::Configuration::Provider::ProviderCollection
public class ProtectedConfigurationProviderCollection : System.Configuration.Provider.ProviderCollection
type ProtectedConfigurationProviderCollection = class
    inherit ProviderCollection
Public Class ProtectedConfigurationProviderCollection
Inherits ProviderCollection
상속
ProtectedConfigurationProviderCollection

설명

Providers 의 속성을 ProtectedConfiguration 클래스는를 ProtectedConfigurationProviderCollection 애플리케이션에 사용할 수 있는 모든 보호 되는 구성 공급자의 컬렉션입니다.

애플리케이션에서 사용 하는 중요 한 정보를 보호 하는 구성 파일의 섹션을 암호화할 수 있습니다. 이렇게 하면 공격자가 구성 파일에 액세스하는 경우에도 무단 액세스가 어려워지므로 보안이 향상됩니다.

이 .NET Framework 구성 파일 RsaProtectedConfigurationProvider 의 섹션을 암호화하는 데 사용할 수 있는 두 개의 보호된 구성 공급자, 즉 클래스를 사용하여 RSACryptoServiceProvider 구성 섹션을 암호화하는 클래스와 DpapiProtectedConfigurationProvider DPAPI(Windows Data Protection API)를 사용하여 구성 섹션을 암호화하는 클래스를 포함합니다.

RSA 또는 DPAPI 공급자 이외의 알고리즘을 사용하여 중요한 정보를 암호화해야 할 수도 있습니다. 이 경우 고유한 사용자 지정 보호 구성 공급자를 빌드할 수 있습니다. 클래스는 ProtectedConfigurationProvider 사용자 고유의 보호된 구성 공급자를 만들기 위해 상속해야 하는 추상 기본 클래스입니다.

보호된 구성에 대한 자세한 내용은 보호된 구성을 사용하여 구성 정보 암호화를 참조하세요.

생성자

ProtectedConfigurationProviderCollection()

기본 설정을 사용하여 ProtectedConfigurationProviderCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Count

컬렉션의 공급자 수를 가져옵니다.

(다음에서 상속됨 ProviderCollection)
IsSynchronized

해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ProviderCollection)
Item[String]

컬렉션에서 지정된 이름을 가진 ProtectedConfigurationProvider 개체를 가져옵니다.

SyncRoot

현재 개체를 가져옵니다.

(다음에서 상속됨 ProviderCollection)

메서드

Add(ProviderBase)

컬렉션에 ProtectedConfigurationProvider 개체를 추가합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

(다음에서 상속됨 ProviderCollection)
CopyTo(ProviderBase[], Int32)

지정된 인덱스에서 시작하여 지정된 배열에 컬렉션의 내용을 복사합니다.

(다음에서 상속됨 ProviderCollection)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션을 반복할 IEnumerator 인터페이스를 구현하는 개체를 반환합니다.

(다음에서 상속됨 ProviderCollection)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(String)

컬렉션에서 공급자를 제거합니다.

(다음에서 상속됨 ProviderCollection)
SetReadOnly()

컬렉션을 읽기 전용으로 설정합니다.

(다음에서 상속됨 ProviderCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

ProviderCollection의 요소를 특정 배열 인덱스에서 시작하여 배열에 복사합니다.

(다음에서 상속됨 ProviderCollection)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보