次の方法で共有


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

プロパティ値

適用対象