<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.3.26207.106" />
System.Security.Cryptography.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; }
}
}