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 요소를 리포지토리에 추가합니다. |