Click or drag to resize

PublicationsFileFindCertificateById Method

Get certificate by certificate ID.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public byte[] FindCertificateById(
	byte[] certificateId
)

Parameters

certificateId
Type: SystemByte
certificate id

Return Value

Type: Byte
X509 certificate

Implements

IKsiTrustProviderFindCertificateById(Byte)
See Also