CngGcmAuthenticatedEncryptorDescriptor.ExportToXml Método

Definição

Exporta o descritor atual para 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

Retornos

Um XmlSerializedDescriptorInfo encapsulamento do XElement que representa o objeto descritor atual serializado. O tipo desserializador deve ser atribuível a IAuthenticatedEncryptorDescriptorDeserializer.

Implementações

Aplica-se a