次の方法で共有


IAuthenticatedEncryptorDescriptor.ExportToXml メソッド

定義

現在の記述子を XML にエクスポートします。

public:
 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
Public Function ExportToXml () As XmlSerializedDescriptorInfo

戻り値

XmlSerializedDescriptorInfoシリアル化された現在のXElement記述子オブジェクトを表す をラップする 。 逆シリアライザー型は に IAuthenticatedEncryptorDescriptorDeserializer割り当て可能である必要があります。

注釈

要素に機密情報 (キーマテリアルなど) が含まれている場合は、拡張メソッドを使用して要素を MarkAsRequiresEncryption(XElement) マークし、呼び出し元は XML をストレージに永続化する前に要素を暗号化する必要があります。

適用対象