TlvTagCheckTagType Method
|
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected void CheckTagType(
params uint[] expectedTagType
)
Protected Sub CheckTagType (
ParamArray expectedTagType As UInteger()
)
protected:
void CheckTagType(
... array<unsigned int>^ expectedTagType
)
member CheckTagType :
expectedTagType : uint32[] -> unit
Parameters
- expectedTagType
- Type: SystemUInt32
See Also