CompositeTag Methods |
The CompositeTag type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckTagType |
Check tag type
| |
| CheckTagType(UInt32) |
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
(Inherited from TlvTag.) | |
| Encode |
Encode TLV object.
(Inherited from TlvTag.) | |
| EncodeValue |
Encode child TLV list to byte array.
(Overrides TlvTagEncodeValue.) | |
| Equals(Object) |
Compare TLV element to object.
(Inherited from TlvTag.) | |
| Equals(TlvTag) |
Compare tlv element to tlv element
(Inherited from TlvTag.) | |
| Finalize | (Inherited from Object.) | |
| GetChildren |
Get array of child elements.
| |
| GetEnumerator |
Get Enumerator for TLV composite element.
| |
| GetHashCode |
Get TLV element hash code.
(Overrides TlvTagGetHashCode.) | |
| GetImprintTag |
Create imprint tag from the given tag or return the given tag if it is already imprint tag.
| |
| GetIntegerTag |
Create integer tag from the given tag or return the given tag if it is already integer tag.
| |
| GetRawTag |
Create raw tag from the given tag or return the given tag if it is already raw tag.
| |
| GetStringTag |
Create string tag from the given tag or return the given tag if it is already string tag.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ParseChild |
Parse child tag.
| |
| ToString |
Convert TLV element to string.
(Overrides TlvTagToString.) | |
| Validate |
Validate the tag
| |
| VerifyUnknownTag |
Verify unknown tag for critical flag and throw exception.
| |
| WriteTo |
Write TlvTag to stream.
(Inherited from TlvTag.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Get Enumerator for TLV composite element.
|