AzureBlobXmlRepository Class
Definition
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.
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. |