ComponentOne PDF for .NET
SignatureHandler Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : SignatureHandler Enumeration
Specifies the type of signature handler used to authenticate digital signatures (see PdfSignature.Handler).
Syntax
'Declaration
 
Public Enum SignatureHandler 
   Inherits System.Enum
public enum SignatureHandler : System.Enum 
Members
MemberDescription
PPKLiteAuthenticates using the actual file data (slower but more secure).
PPKMSAuthenticates using hash code instead of the actual file data (faster).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Pdf.SignatureHandler

See Also

Reference

C1.C1Pdf Namespace