共用方式為


KeyManagementOptions.XmlRepository 屬性

定義

IXmlRepository要用於儲存和擷取 XML 專案的 。

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

屬性值

適用於