次の方法で共有


ManagedAuthenticatedEncryptorDescriptor.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割り当て可能である必要があります。

実装

適用対象