Microsoft.AspNetCore.DataProtection.Repositories Namespace¶
-
namespace
Microsoft.AspNetCore.DataProtection.Repositories¶ Interfaces
- interface
IXmlRepository - The basic interface for storing and retrieving XML elements.
Classes
- class
FileSystemXmlRepository - An XML repository backed by a file system.
- class
RegistryXmlRepository - An XML repository backed by the Windows registry.
- interface