KeyManagementOptions.XmlRepository Property
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.
The IXmlRepository to use for storing and retrieving XML elements.
public:
property Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository ^ XmlRepository { Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository ^ get(); void set(Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository ^ value); };
public Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository XmlRepository { get; set; }
public Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository? XmlRepository { get; set; }
member this.XmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository with get, set
Public Property XmlRepository As IXmlRepository