ManagedAuthenticatedEncryptorDescriptor.ExportToXml Method

Definition

Exports the current descriptor to 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

Returns

An XmlSerializedDescriptorInfo wrapping the XElement which represents the serialized current descriptor object. The deserializer type must be assignable to IAuthenticatedEncryptorDescriptorDeserializer.

Implements

Applies to