ProtectedConfigurationProviderCollectionとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ProtectedConfigurationProviderCollectionの意味・解説 

ProtectedConfigurationProviderCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

ProtectedConfigurationProvider オブジェクトコレクション提供します

名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文構文

Public Class ProtectedConfigurationProviderCollection
    Inherits ProviderCollection
Dim instance As ProtectedConfigurationProviderCollection
public class ProtectedConfigurationProviderCollection
 : ProviderCollection
public ref class ProtectedConfigurationProviderCollection
 : public ProviderCollection
public class ProtectedConfigurationProviderCollection
 extends ProviderCollection
public class ProtectedConfigurationProviderCollection
 extends ProviderCollection
解説解説

ProtectedConfiguration クラスの Providers プロパティは、アプリケーション使用できるすべての保護され構成プロバイダProtectedConfigurationProviderCollection です。

アプリケーション使用する機密情報保護するために、構成ファイルセクション暗号化できます。これにより、たとえ攻撃者構成ファイルアクセスできたとしても、未承認アクセスを行うのが難しくなるため、セキュリティ向上します

.NET Framework には、構成ファイルセクション暗号化使用できる保護され構成プロバイダ2 つ用意されています。1 つ構成セクション暗号化に RSACryptoServiceProvider を使用する RSAProtectedConfigurationProvider で、もう 1 つ構成セクション暗号化Windows データ保護 API (DPAPI: Data Protection API) を使用する DPAPIProtectedConfigurationProvider です。

RSA プロバイダまたは DPAPI プロバイダ以外のアルゴリズム使用して機密情報暗号する必要がある場合あります。この場合カスタム保護され構成プロバイダ作成しますProtectedConfigurationProvider は、独自の保護され構成プロバイダ作成するために継承する必要がある抽象基本クラスです。

保護され構成詳細については、「保護され構成使用した構成情報の暗号化」を参照してください

継承階層継承階層
System.Object
   System.Configuration.Provider.ProviderCollection
    System.Configuration.ProtectedConfigurationProviderCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProtectedConfigurationProviderCollection メンバ
System.Configuration 名前空間
ProtectedConfiguration クラス
ProtectedConfigurationProvider クラス
ProtectedConfiguration クラス
その他の技術情報
保護され構成使用した構成情報の暗号化

ProtectedConfigurationProviderCollection コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

既定設定使用して ProtectedConfigurationProviderCollection クラス新しインスタンス初期化します。

名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文構文

Dim instance As New ProtectedConfigurationProviderCollection
public ProtectedConfigurationProviderCollection ()
public:
ProtectedConfigurationProviderCollection ()
public ProtectedConfigurationProviderCollection ()
public function ProtectedConfigurationProviderCollection
 ()
解説解説

ProtectedConfigurationProviderCollection コンストラクタは、コード直接使用するためのものではありません。ASP.NET 構成システムによって呼び出されます。ProtectedConfigurationProviderCollection クラスインスタンスは、ProtectedConfiguration の Providers プロパティ使用して取得します

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProtectedConfigurationProviderCollection クラス
ProtectedConfigurationProviderCollection メンバ
System.Configuration 名前空間
ProtectedConfiguration クラス

ProtectedConfigurationProviderCollection プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ Count  コレクション内のプロバイダの数を取得します。 ( ProviderCollection から継承されます。)
パブリック プロパティ IsSynchronized  コレクションへのアクセス同期されている (スレッド セーフである) かどうかを示す値を取得します。 ( ProviderCollection から継承されます。)
パブリック プロパティ Item 渡される名前を持つ、コレクション内の ProtectedConfigurationProvider オブジェクト取得します
パブリック プロパティ SyncRoot  現在のオブジェクト取得します。 ( ProviderCollection から継承されます。)
参照参照

関連項目

ProtectedConfigurationProviderCollection クラス
System.Configuration 名前空間
ProtectedConfiguration クラス
ProtectedConfigurationProvider クラス
ProtectedConfiguration クラス

その他の技術情報

保護され構成使用した構成情報の暗号化

ProtectedConfigurationProviderCollection メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add オーバーライドされます。 ProtectedConfigurationProvider オブジェクトコレクション追加します
パブリック メソッド Clear  コレクションからすべての項目を削除します。 ( ProviderCollection から継承されます。)
パブリック メソッド CopyTo  指定したインデックス開始位置として、特定の配列コレクション内容コピーします。 ( ProviderCollection から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetEnumerator  コレクション反復処理するための IEnumerator インターフェイス実装するオブジェクト返します。 ( ProviderCollection から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド Remove  コレクションからプロバイダ削除します。 ( ProviderCollection から継承されます。)
パブリック メソッド SetReadOnly  コレクション読み取り専用設定します。 ( ProviderCollection から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ProtectedConfigurationProviderCollection クラス
System.Configuration 名前空間
ProtectedConfiguration クラス
ProtectedConfigurationProvider クラス
ProtectedConfiguration クラス

その他の技術情報

保護され構成使用した構成情報の暗号化

ProtectedConfigurationProviderCollection メンバ

ProtectedConfigurationProvider オブジェクトコレクション提供します

ProtectedConfigurationProviderCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ProtectedConfigurationProviderCollection 既定設定使用して ProtectedConfigurationProviderCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Count  コレクション内のプロバイダの数を取得します。(ProviderCollection から継承されます。)
パブリック プロパティ IsSynchronized  コレクションへのアクセス同期されている (スレッド セーフである) かどうかを示す値を取得します。(ProviderCollection から継承されます。)
パブリック プロパティ Item 渡される名前を持つ、コレクション内の ProtectedConfigurationProvider オブジェクト取得します
パブリック プロパティ SyncRoot  現在のオブジェクト取得します。(ProviderCollection から継承されます。)
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add オーバーライドされますProtectedConfigurationProvider オブジェクトコレクション追加します
パブリック メソッド Clear  コレクションからすべての項目を削除します。 (ProviderCollection から継承されます。)
パブリック メソッド CopyTo  指定したインデックス開始位置として、特定の配列コレクション内容コピーします。 (ProviderCollection から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetEnumerator  コレクション反復処理するための IEnumerator インターフェイス実装するオブジェクト返します。 (ProviderCollection から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド Remove  コレクションからプロバイダ削除します。 (ProviderCollection から継承されます。)
パブリック メソッド SetReadOnly  コレクション読み取り専用設定します。 (ProviderCollection から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ProtectedConfigurationProviderCollection クラス
System.Configuration 名前空間
ProtectedConfiguration クラス
ProtectedConfigurationProvider クラス
ProtectedConfiguration クラス

その他の技術情報

保護され構成使用した構成情報の暗号化


このページでは「.NET Framework クラス ライブラリ リファレンス」からProtectedConfigurationProviderCollectionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からProtectedConfigurationProviderCollectionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からProtectedConfigurationProviderCollection を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ProtectedConfigurationProviderCollection」の関連用語

ProtectedConfigurationProviderCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ProtectedConfigurationProviderCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS