<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.7.26381.103" />
System.Security.Cryptography.ExportPkcs8PrivateKeyFunc<TResult>
namespace System.
Security.
Cryptography
{
internal delegate TResult ExportPkcs8PrivateKeyFunc<
TResult> (
ReadOnlySpan<
byte>
pkcs8);
}