DelegatingConfigHost.DecryptSection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化された構成セクションを復号化します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
virtual System::String ^ DecryptSection(System::String ^ encryptedXml, System::Configuration::ProtectedConfigurationProvider ^ protectionProvider, System::Configuration::ProtectedConfigurationSection ^ protectedConfigSection);
public virtual string DecryptSection (string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
abstract member DecryptSection : string * System.Configuration.ProtectedConfigurationProvider * System.Configuration.ProtectedConfigurationSection -> string
override this.DecryptSection : string * System.Configuration.ProtectedConfigurationProvider * System.Configuration.ProtectedConfigurationSection -> string
Public Overridable Function DecryptSection (encryptedXml As String, protectionProvider As ProtectedConfigurationProvider, protectedConfigSection As ProtectedConfigurationSection) As String
パラメーター
- encryptedXml
- String
構成ファイルの暗号化されたセクション。
- protectionProvider
- ProtectedConfigurationProvider
保護された構成データを暗号化および復号化するプロバイダーを含むオブジェクト。
- protectedConfigSection
- ProtectedConfigurationSection
構成セクションへのプログラムアクセスを提供する configProtectedData
オブジェクト。
戻り値
復号化された構成セクションを表す文字列。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET