Prev Next

AsnObjectIdentifier info  Overview  Group

The AsnObjectIdentifier structure represents objects as defined in RFC 1155.

typedef struct { 

    UINT idLength; 

    UINT * ids ; 

} AsnObjectIdentifier;

 

Members

idLength
Specifies the number of integers in the object.
ids
Pointer to an array of integers that represents the object identifier.

Remarks

None.

See Also

RFC 1155