Struct ObjectIdentifier
Describes object identifier for DER encoding.
public struct ObjectIdentifier
- Inherited Members
Constructors
ObjectIdentifier(params ulong[])
Initializes a new instance of the 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[]