<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.11" />
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; }
}
}