<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.12" />

Internal.Cryptography.Helpers

static class Helpers
namespace Internal.Cryptography { internal static class Helpers { public static bool IsDSASupported { get; } public static bool IsRC2Supported { get; } public static byte[] CloneByteArray(this byte[] src); } }