<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.6.26359.118" />

System.Security.Cryptography.KeyFormatHelper

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