Click or drag to resize

PublicationsFileFactory Class

Publications file factory for creating publications file instance.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.PublicationPublicationsFileFactory

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class PublicationsFileFactory : IPublicationsFileFactory

The PublicationsFileFactory type exposes the following members.

Constructors
  NameDescription
Public methodPublicationsFileFactory
Create new publications file factory with PKI trust provider.
Top
Methods
  NameDescription
Public methodCreate(Byte)
Create and verify publications file from bytes.
Public methodCreate(Stream)
Create and verify publications file instance from stream.
Public methodCreate(Stream, Int32)
Create and verify publications file instance from stream and with given buffer size.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also