Table of Contents

Struct ObjectIdentifier

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Describes object identifier for DER encoding.

public struct ObjectIdentifier

Inherited Members

Constructors

ObjectIdentifier(params ulong[])

Initializes a new instance of the Renci.SshNet.Common.ObjectIdentifier struct.

public ObjectIdentifier(params ulong[] identifiers)

Parameters

identifiers ulong[]

The identifiers.

Exceptions

ArgumentNullException

identifiers is null.

ArgumentException

identifiers has less than two elements.

Properties

Identifiers

Gets the object identifier.

public readonly ulong[] Identifiers { get; }

Property Value

ulong[]