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 保存到存储之前加密元素。

适用于