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

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); } }