Click or drag to resize

PublicationsFileFactoryCreate 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
public IPublicationsFile Create(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
publications file bytes

Return Value

Type: IPublicationsFile
publications file

Implements

IPublicationsFileFactoryCreate(Byte)
See Also