RegistryXmlRepository クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows レジストリによってサポートされる XML リポジトリ。
public ref class RegistryXmlRepository : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public class RegistryXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type RegistryXmlRepository = class
interface IXmlRepository
Public Class RegistryXmlRepository
Implements IXmlRepository
- 継承
-
RegistryXmlRepository
- 実装
コンストラクター
RegistryXmlRepository(RegistryKey) |
指定された RegistryXmlRepository レジストリ キーに格納されているキーを持つ を作成します。 |
RegistryXmlRepository(RegistryKey, ILoggerFactory) |
指定された RegistryXmlRepository レジストリ キーに格納されているキーを持つ を作成します。 |
RegistryXmlRepository(RegistryKey, IServiceProvider) |
指定された RegistryXmlRepository レジストリ キーに格納されているキーを持つ を作成します。 |
プロパティ
DefaultRegistryKey |
現在、"HKLM\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys{SID}" に対応する既定のキー ストレージ ディレクトリ。 |
RegistryKey |
キー マテリアルの書き込み先となるレジストリ キー。 |
Services |
IServiceProviderコンストラクターに提供される 。 |
メソッド
GetAllElements() |
リポジトリ内のすべての最上位レベルの XML 要素を取得します。 |
StoreElement(XElement, String) |
最上位レベルの XML 要素をリポジトリに追加します。 |