[]
        
(Showing Draft Content)

C1.Pdf.SignatureHandler

SignatureHandler Enum

Specifies the type of signature handler used to authenticate digital signatures (see Handler).

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public enum SignatureHandler

Fields

Name Description
PPKLite

Authenticates using the actual file data (slower but more secure).

PPKMS

Authenticates using hash code instead of the actual file data (faster).