<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-preview.4.20251.6" />

System.Security.Cryptography.ECDiffieHellmanCngPublicKey

namespace System.Security.Cryptography { public sealed class ECDiffieHellmanCngPublicKey : ECDiffieHellmanPublicKey { public CngKeyBlobFormat BlobFormat { get; } public static ECDiffieHellmanPublicKey FromByteArray(byte[] publicKeyBlob, CngKeyBlobFormat format); public static ECDiffieHellmanCngPublicKey FromXmlString(string xml); public CngKey Import(); } }