CngCbcAuthenticatedEncryptorDescriptor.ExportToXml 方法

定义

将当前描述符导出为 XML。

public:
 virtual 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
override this.ExportToXml : unit -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo
Public Function ExportToXml () As XmlSerializedDescriptorInfo

返回

一个 XmlSerializedDescriptorInfo 包装 , XElement 表示序列化的当前描述符对象。 反序列化程序类型必须可 IAuthenticatedEncryptorDescriptorDeserializer分配给 。

实现

适用于