CompositeTagValidate Method
|
Validate the tag
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected virtual void Validate(
TagCounter tagCounter
)
Protected Overridable Sub Validate (
tagCounter As TagCounter
)
protected:
virtual void Validate(
TagCounter^ tagCounter
)
abstract Validate :
tagCounter : TagCounter -> unit
override Validate :
tagCounter : TagCounter -> unit
Parameters
- tagCounter
- Type: Guardtime.KSI.ParserTagCounter
See Also