Click or drag to resize

PublicationsFile Methods

The PublicationsFile type exposes the following members.

Methods
  NameDescription
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode child TLV list to byte array.
(Inherited from CompositeTag.)
Public methodEquals(Object)
Compare TLV element to object.
(Inherited from TlvTag.)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
(Inherited from TlvTag.)
Public methodFindCertificateById
Get certificate by certificate ID.
Public methodGetChildren
Get array of child elements.
(Inherited from CompositeTag.)
Public methodGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Public methodGetHashCode
Get TLV element hash code.
(Inherited from CompositeTag.)
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.
Public methodGetSignatureValue
Get signature
Public methodGetSignedBytes
Get signed bytes.
Public methodGetType (Inherited from Object.)
Public methodToString
Convert publications file to string.
(Overrides CompositeTagToString.)
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Top
See Also