<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Common.ObjectIdentifier

public struct ObjectIdentifier
Describes object identifier for DER encoding
namespace Renci.SshNet.Common { public struct ObjectIdentifier { public ulong[] Identifiers { get; } public ObjectIdentifier(params ulong[] identifiers); } }