Click or drag to resize

IPublicationsFileFactoryCreate Method (Byte)

Create and verify publications file from bytes.

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(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
publications file bytes

Return Value

Type: IPublicationsFile
publications file
See Also