<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.10" />

System.Security.Cryptography.PemFields

struct PemFields
namespace System.Security.Cryptography { internal readonly struct PemFields { public Range Location { get; } public Range Label { get; } public Range Base64Data { get; } public int DecodedDataLength { get; } } }