RegistryXmlRepository クラス

定義

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 要素をリポジトリに追加します。

適用対象