<PackageReference Include="System.Security.Cryptography.Xml" Version="11.0.0-preview.4.26230.115" />

System.Security.Cryptography.Xml.CipherData

public sealed class CipherData
Represents the <CipherData> element in XML encryption. This class cannot be inherited.
namespace System.Security.Cryptography.Xml { public sealed class CipherData { public CipherReference CipherReference { get; set; } public byte[] CipherValue { get; set; } public CipherData(); public CipherData(byte[] cipherValue); public CipherData(CipherReference cipherReference); public XmlElement GetXml(); public void LoadXml(XmlElement value); } }