Click or drag to resize

IPublicationsFileFactoryCreate Method (Stream)

Create and verify publications file instance from stream.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
IPublicationsFile Create(
	Stream stream
)

Parameters

stream
Type: System.IOStream
publications file stream

Return Value

Type: IPublicationsFile
publications file
See Also