System.Security.Cryptography.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);
}
}