AsnObjectIdentifier 

The AsnObjectIdentifier structure represents objects as defined in RFC 11551ZW8PCN.

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