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