The Counter32 type exposes the following members.

Constructors

  NameDescription
Counter32Overloaded.

Methods

  NameDescription
Clone
Duplicate current object
(Overrides UInteger32..::.Clone()()().)
CompareToOverloaded.
decode
Decode BER encoded value
(Inherited from UInteger32.)
Diff
Return difference between two Counter32 values taking counter roll-over into account.
encode
BER encode class value.
(Inherited from UInteger32.)
Equals
Compare class value against the object argument. Supported argument types are UInteger32 and Int32.
(Inherited from UInteger32.)
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.)
GetHashCode
Returns hashed class value.
(Inherited from UInteger32.)
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.
(Inherited from UInteger32.)

Fields

  NameDescription
_asnType
ASN.1 type byte.
(Inherited from AsnType.)
_value
Internal unsigned integer 32-bit value
(Inherited from UInteger32.)

Properties

  NameDescription
Type
Get ASN.1 value type stored in this class.
(Inherited from AsnType.)
Value
Value of the object. Returns 32 bit unsigned integer
(Inherited from UInteger32.)

See Also