共用方式為


IAuthenticatedEncryptorDescriptor.ExportToXml 方法

定義

將目前的描述項匯出至 XML。

public:
 Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::XmlSerializedDescriptorInfo ^ ExportToXml();
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo ExportToXml ();
abstract member ExportToXml : unit -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo
Public Function ExportToXml () As XmlSerializedDescriptorInfo

傳回

XmlSerializedDescriptorInfo包裝 XElement ,表示序列化的目前描述項物件。 還原序列化程式類型必須可指派給 IAuthenticatedEncryptorDescriptorDeserializer

備註

如果專案包含敏感性資訊 (,例如金鑰資料) ,則元素應該透過 MarkAsRequiresEncryption(XElement) 擴充方法標記,而且呼叫端應該先加密元素,再將 XML 保存到儲存體。

適用於