The Counter64 type exposes the following members.

Constructors

  NameDescription
Counter64Overloaded.

Methods

  NameDescription
ByteArrayToUInt64
Convert byte array to unsigned 64-bit integer value. Pad supplied byte array to 8 bytes required for conversion to 64-bit uinteger.
Clone
Duplicate current object.
(Overrides AsnType..::.Clone()()().)
decode
Decode BER encoded ASN.1 Counter64 value from the supplied buffer starting at specified offset.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode
Used to encode the integer value into an ASN.1 buffer. The passed encoder defines the method for encoding the data.
(Overrides AsnType..::.encode(MutableByte).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFieldInfo (Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetOverloaded.
ToString
Returns the string representation of the object.
(Overrides Object..::.ToString()()().)
UInt64ToByteArray
Convert UInt64 value to byte array in big endian format

Fields

  NameDescription
_asnType
ASN.1 type byte.
(Inherited from AsnType.)

Properties

  NameDescription
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)
Value
Used to get/set the 64-bit unsigned quantity.

See Also