Click or drag to resize

IPublicationsFile Interface

Publications file interface.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public interface IPublicationsFile : ITlvTag, 
	IKsiTrustProvider

The IPublicationsFile type exposes the following members.

Properties
  NameDescription
Public propertyForward
Is tlv forwarded.
(Inherited from ITlvTag.)
Public propertyNonCritical
Is tlv tag non critical.
(Inherited from ITlvTag.)
Public propertyType
Tlv tag type.
(Inherited from ITlvTag.)
Top
Methods
  NameDescription
Public methodEncode
Encode TLV object.
(Inherited from ITlvTag.)
Public methodEncodeValue
Encode TLV object value.
(Inherited from ITlvTag.)
Public methodFindCertificateById
Find X509 certificate in KSI trust provider.
(Inherited from IKsiTrustProvider.)
Public methodGetLatestPublication
Get latest publication record.
Public methodGetNearestPublicationRecord(DateTime)
Get nearest publication record subsequent to given time.
Public methodGetNearestPublicationRecord(UInt64)
Get nearest publication record subsequent to given time.
Top
See Also