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