<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Security.Cryptography.ICspAsymmetricAlgorithm

public interface ICspAsymmetricAlgorithm
namespace System.Security.Cryptography { public interface ICspAsymmetricAlgorithm { CspKeyContainerInfo CspKeyContainerInfo { get; } byte[] ExportCspBlob(bool includePrivateParameters); void ImportCspBlob(byte[] rawData); } }