Microsoft.AspNetCore.DataProtection.Repositories Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types used for storing and retrieving XML elements.
Classes
FileSystemXmlRepository |
An XML repository backed by a file system. |
RegistryXmlRepository |
An XML repository backed by the Windows registry. |
Interfaces
IDeletableElement |
Represents an XML element in an IXmlRepository that can be deleted. |
IDeletableXmlRepository |
An extension of IXmlRepository that supports deletion of elements. |
IXmlRepository |
The basic interface for storing and retrieving XML elements. |
Remarks
For more information about data protection, see ASP.NET Core Data Protection.