Rfc3161Record Constructor
|
Create new RFC3161 record TLV element from TLV element
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Rfc3161Record(
ITlvTag tag
)
Public Sub New (
tag As ITlvTag
)
public:
Rfc3161Record(
ITlvTag^ tag
)
new :
tag : ITlvTag -> Rfc3161Record
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
TLV element
See Also