Click or drag to resize

VerificationRuleGetNearestPublicationRecord Method

Get publication record from publications file that is nearest to the given time.

Namespace:  Guardtime.KSI.Signature.Verification.Rule
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static PublicationRecordInPublicationFile GetNearestPublicationRecord(
	IPublicationsFile publicationsFile,
	ulong time,
	bool allowNullValue = false
)

Parameters

publicationsFile
Type: Guardtime.KSI.PublicationIPublicationsFile
publications file
time
Type: SystemUInt64
time
allowNullValue (Optional)
Type: SystemBoolean
indicates if returning null value is allowed

Return Value

Type: PublicationRecordInPublicationFile
See Also