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
。
傳回
字串,表示已解密的組態區段。