Share via


IDeletableXmlRepository Interface

Definition

An extension of IXmlRepository that supports deletion of elements.

public interface IDeletableXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type IDeletableXmlRepository = interface
    interface IXmlRepository
Public Interface IDeletableXmlRepository
Implements IXmlRepository
Derived
Implements

Methods

DeleteElements(Action<IReadOnlyCollection<IDeletableElement>>)

Deletes selected elements from the repository.

GetAllElements()

Gets all top-level XML elements in the repository.

(Inherited from IXmlRepository)
StoreElement(XElement, String)

Adds a top-level XML element to the repository.

(Inherited from IXmlRepository)

Applies to