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

System.Security.Cryptography.KeyFormatHelper

static class KeyFormatHelper
namespace System.Security.Cryptography { internal static class KeyFormatHelper { internal delegate void KeyReader<TRet> (ReadOnlyMemory<byte> key, System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn algId, out TRet ret); internal delegate TRet ReadOnlySpanFunc<TIn, TRet> (ReadOnlySpan<TIn> span); } }