AzureBlobXmlRepository Class

Definition

An IXmlRepository which is backed by Azure Blob Storage.

public ref class AzureBlobXmlRepository sealed : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public sealed class AzureBlobXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type AzureBlobXmlRepository = class
    interface IXmlRepository
Public NotInheritable Class AzureBlobXmlRepository
Implements IXmlRepository
Inheritance
AzureBlobXmlRepository
Implements

Remarks

Instances of this type are thread-safe.

Constructors

AzureBlobXmlRepository(Func<ICloudBlob>)

Creates a new instance of the AzureBlobXmlRepository.

AzureBlobXmlRepository(Func<ICloudBlob>)

Creates a new instance of the AzureBlobXmlRepository.

Methods

GetAllElements()

Gets all top-level XML elements in the repository.

StoreElement(XElement, String)

Adds a top-level XML element to the repository.

Applies to