IAuthenticatedEncryptorDescriptor.ExportToXml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將目前的描述項匯出至 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 保存到儲存體。