Click or drag to resize

DigitalSignatureFieldGetCertCount Method

Gets number of certificates in certificate chain (Cert entry of digital signature dictionary). Must call HasCryptographicSignature first and use it to check whether the signature is signed. Only to be used for old-style adbe.x509.rsa_sha1 signatures; for other signatures, use CMS getter functions instead.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public uint GetCertCount()

Return Value

Type: UInt32
An integer value - the number of certificates in the Cert entry of the digital signature dictionary.
See Also