Freigeben über


CngCbcAuthenticatedEncryptorDescriptor.ExportToXml Methode

Definition

Exportiert den aktuellen Deskriptor in 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

Gibt zurück

Ein XmlSerializedDescriptorInfo umschließendes , XElement das das serialisierte aktuelle Deskriptorobjekt darstellt. Der Deserialisierungstyp muss zugewiesen werden können IAuthenticatedEncryptorDescriptorDeserializer.

Implementiert

Gilt für: