CngGcmAuthenticatedEncryptorDescriptor.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할당할 수 있어야 합니다.

구현

적용 대상